Update included hassbian-config script

pull/79/head
Fredrik Lindqvist 2017-05-01 17:19:36 +02:00
parent 9d5126176b
commit a838ea963c
2 changed files with 3 additions and 3 deletions

View File

@ -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

Binary file not shown.