Skip to content

Commit

Permalink
bugfix install vbox script
Browse files Browse the repository at this point in the history
  • Loading branch information
fraizy22 committed Nov 9, 2022
1 parent 99a81ef commit 0033496
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions install_on_virtualbox.bash
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ sudo qemu-nbd -c $dev $vdi
tmp=$(mktemp -d)
sudo mount ${dev}p8 $tmp

(cd $tmp/supervisor/homeassistant/mkdir -p custom_components/ && cd custom_components
(cd $tmp/supervisor/homeassistant; mkdir -p custom_components/ && cd custom_components
rm -rf klyqa
git clone https://github.com/klyqa/home-assistant-integration klyqa
# wget -O - https://get.hacs.xyz | bash -
)

umount $tmp
sudo qemu-nbd -d ${dev}

echo "Please look on the home assistant virtualbox installation configuration to set the right settings for the virtualbox."
echo "The link to look might be: https://www.home-assistant.io/installation/linux"
echo "The link to look might be: https://www.home-assistant.io/installation/linux"

0 comments on commit 0033496

Please sign in to comment.