whiskerz007 / proxmox_hassos_install

MIT License
881 stars 192 forks source link

[fixed] Error install with script #101

Open Soc007 opened 3 years ago

Soc007 commented 3 years ago

Hi there,

I have a problem installing hass in the Proxmox. The script aborts with the following messages:

root@pve3:~# bash -xc "$(wget -qLO - https://github.com/whiskerz007/proxmox_hassos_install/raw/master/install.sh)"

any hints?

saicrazyfire commented 3 years ago

I had the same error. Looking online, I found this. It suggested I updated Proxmox using apt update && apt full-upgrade and it worked. I did reboot after this command, just to be safe.

I did have to add

deb http://download.proxmox.com/debian/pve buster pve-no-subscription

to my /etc/apt/source.list file before using apt to update the system.

Soc007 commented 3 years ago

Thanks for the information. I had to cut my pve's from 6.2 to 6.3 on the weekend anyway. I would have done WUI, but I'm not sure what the upgrade is doing in the background. an apt-get upgrade or full upgrade. now I do it (after adapting the sources.list before) via the console.

Soc007 commented 3 years ago

After upgrade pve to 6.3-3 the problem is fixed. Thanks.