Add NOOBS and reactive HA install service

pull/79/head
Fredrik Lindqvist 2017-02-25 23:19:25 +01:00
parent 2301d26e2b
commit 5ef3a44aca
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ on_chroot << EOF
dpkg -i /srv/homeassistant//hassbian-scripts-0.2.deb
EOF
on_chroot << EOF
systemctl enable install_homeassistant
EOF
on_chroot << \EOF
for GRP in dialout gpio spi i2c video; do
adduser homeassistant $GRP