Update Hassbian scripts version
This commit is contained in:
parent
a838ea963c
commit
73fc89902f
|
@ -6,11 +6,11 @@ useradd -u 1001 -g 1001 -rm homeassistant
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
install -v -o 1001 -g 1001 -d ${ROOTFS_DIR}/srv/homeassistant
|
install -v -o 1001 -g 1001 -d ${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
|
wget -O files/hassbian-scripts-0.4.deb https://github.com/home-assistant/hassbian-scripts/releases/download/v0.4/hassbian-scripts_0.4.deb
|
||||||
install -v -m 600 files/hassbian-scripts-0.3.deb ${ROOTFS_DIR}/srv/homeassistant/
|
install -v -m 600 files/hassbian-scripts-0.4.deb ${ROOTFS_DIR}/srv/homeassistant/
|
||||||
|
|
||||||
on_chroot << EOF
|
on_chroot << EOF
|
||||||
dpkg -i /srv/homeassistant/hassbian-scripts-0.3.deb
|
dpkg -i /srv/homeassistant/hassbian-scripts-0.4.deb
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
on_chroot << EOF
|
on_chroot << EOF
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user