Install Home Assistant in Proxmox via script

Deploy Home Assistant

  • To install VM version - use this

  • To install LXC container version - user this

Unable to install Home Assistant via script in Proxmox

Look like with HA 6.0, they have some files zipped up. If you want to install right now, download that install.sh script:

wget https://github.com/whiskerz007/proxmox_hassos_install/raw/master/install.sh

install the unzip program:

apt install unzip

edit the install file:

sed '/*"gz") gunzip -f $FILE;;/a\ \ *"zip") unzip -o $FILE;;' install.sh > temp.sh

mv temp.sh install.sh

chmod 755 install.sh

Now you can run install.sh:

./install.sh

Last updated