Install Home Assistant in Proxmox via script
Deploy Home Assistant
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.shinstall the unzip program:
apt install unzipedit 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.shNow you can run install.sh:
./install.shLast updated