whiskerz007 / proxmox_hassos_install

MIT License
887 stars 192 forks source link

Install fails on Proxmox 7.2-1 #138

Open saltyautomation opened 2 years ago

saltyautomation commented 2 years ago

root@server:~# bash -c "$(wget -qLO - https://github.com/whiskerz007/proxmox_hassos_install/raw/master/install.sh)" [INFO] Using 'local-lvm' for storage location. [INFO] Container ID is 100. Getting URL for latest Home Assistant disk image... Downloading disk image... Extracting disk image... [ERROR] 0@116 Unable to handle file extension 'zip'.

tteck commented 2 years ago

The script is nonfunctional and no longer maintained. It downloads the wrong image (haos_generic-aarch64-8.3.vmdk.zip), among other issues.

tteck commented 2 years ago

I'd suggest following this guide: https://community.home-assistant.io/t/installing-home-assistant-os-using-proxmox-7/201835

sebdoan commented 1 year ago

These instructions have a script that works for me (also shown below): https://smarthomescene.com/guides/how-to-install-home-assistant-on-proxmox-the-easy-way/#installing-home-assistant-on-promox

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/vm/haos-vm.sh)"