Update included hassbian-config script
This commit is contained in:
parent
9d5126176b
commit
a838ea963c
|
@ -6,11 +6,11 @@ useradd -u 1001 -g 1001 -rm homeassistant
|
|||
EOF
|
||||
|
||||
install -v -o 1001 -g 1001 -d ${ROOTFS_DIR}/srv/homeassistant
|
||||
wget -O files/hassbian-scripts-0.2.deb https://github.com/home-assistant/hassbian-scripts/releases/download/v0.2/hassbian-scripts-0.2.deb
|
||||
install -v -m 600 files/hassbian-scripts-0.2.deb ${ROOTFS_DIR}/srv/homeassistant/
|
||||
wget -O files/hassbian-scripts-0.3.deb https://github.com/home-assistant/hassbian-scripts/releases/download/v0.3/hassbian-scripts_0.3.deb
|
||||
install -v -m 600 files/hassbian-scripts-0.3.deb ${ROOTFS_DIR}/srv/homeassistant/
|
||||
|
||||
on_chroot << EOF
|
||||
dpkg -i /srv/homeassistant/hassbian-scripts-0.2.deb
|
||||
dpkg -i /srv/homeassistant/hassbian-scripts-0.3.deb
|
||||
EOF
|
||||
|
||||
on_chroot << EOF
|
||||
|
|
BIN
stage3/01-tweaks/files/hassbian-scripts-0.2.deb
Normal file
BIN
stage3/01-tweaks/files/hassbian-scripts-0.2.deb
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user