fix install of hassbian-scripts packge
This commit is contained in:
parent
42fdbecb52
commit
2301d26e2b
|
@ -7,9 +7,10 @@ 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/
|
||||
|
||||
on_chroot << EOF
|
||||
dpkg -i files/hassbian-scripts-0.2.deb
|
||||
dpkg -i /srv/homeassistant//hassbian-scripts-0.2.deb
|
||||
EOF
|
||||
|
||||
on_chroot << \EOF
|
||||
|
|
Loading…
Reference in New Issue
Block a user