Skip to content
This repository was archived by the owner on Oct 26, 2019. It is now read-only.

Commit a838ea9

Browse files
committed
Update included hassbian-config script
1 parent 9d51261 commit a838ea9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

stage3/01-tweaks/00-run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ useradd -u 1001 -g 1001 -rm homeassistant
66
EOF
77

88
install -v -o 1001 -g 1001 -d ${ROOTFS_DIR}/srv/homeassistant
9-
wget -O files/hassbian-scripts-0.2.deb https://github.com/home-assistant/hassbian-scripts/releases/download/v0.2/hassbian-scripts-0.2.deb
10-
install -v -m 600 files/hassbian-scripts-0.2.deb ${ROOTFS_DIR}/srv/homeassistant/
9+
wget -O files/hassbian-scripts-0.3.deb https://github.com/home-assistant/hassbian-scripts/releases/download/v0.3/hassbian-scripts_0.3.deb
10+
install -v -m 600 files/hassbian-scripts-0.3.deb ${ROOTFS_DIR}/srv/homeassistant/
1111

1212
on_chroot << EOF
13-
dpkg -i /srv/homeassistant/hassbian-scripts-0.2.deb
13+
dpkg -i /srv/homeassistant/hassbian-scripts-0.3.deb
1414
EOF
1515

1616
on_chroot << EOF
102 KB
Binary file not shown.

0 commit comments

Comments
 (0)