diff --git a/stage3/01-tweaks/00-run.sh b/stage3/01-tweaks/00-run.sh index c72f07d..65b4625 100755 --- a/stage3/01-tweaks/00-run.sh +++ b/stage3/01-tweaks/00-run.sh @@ -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 diff --git a/stage3/01-tweaks/files/hassbian-scripts-0.2.deb b/stage3/01-tweaks/files/hassbian-scripts-0.2.deb new file mode 100644 index 0000000..293587c Binary files /dev/null and b/stage3/01-tweaks/files/hassbian-scripts-0.2.deb differ