This repository was archived by the owner on Oct 26, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ useradd -u 1001 -g 1001 -rm homeassistant
66EOF
77
88install -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
1212on_chroot << EOF
13- dpkg -i /srv/homeassistant/hassbian-scripts-0.2 .deb
13+ dpkg -i /srv/homeassistant/hassbian-scripts-0.3 .deb
1414EOF
1515
1616on_chroot << EOF
You can’t perform that action at this time.
0 commit comments