Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Commit

Permalink
Update included hassbian-config script
Browse files Browse the repository at this point in the history
  • Loading branch information
Landrash committed May 1, 2017
1 parent 9d51261 commit a838ea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stage3/01-tweaks/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added stage3/01-tweaks/files/hassbian-scripts-0.2.deb
Binary file not shown.

0 comments on commit a838ea9

Please sign in to comment.