Cleanup and addition of files dir

pull/79/head
Fredrik Lindqvist 2017-04-29 18:02:28 +02:00
parent 1c7d674272
commit 9d5126176b
2 changed files with 1 additions and 1 deletions

0
README.md Executable file → Normal file
View File

View File

@ -10,7 +10,7 @@ wget -O files/hassbian-scripts-0.2.deb https://github.com/home-assistant/hassbia
install -v -m 600 files/hassbian-scripts-0.2.deb ${ROOTFS_DIR}/srv/homeassistant/
on_chroot << EOF
dpkg -i /srv/homeassistant//hassbian-scripts-0.2.deb
dpkg -i /srv/homeassistant/hassbian-scripts-0.2.deb
EOF
on_chroot << EOF