BassT23 / Proxmox

Update your Proxmox VE
Other
143 stars 8 forks source link

Install errors #115

Closed Responseless closed 4 months ago

Responseless commented 4 months ago

On latest proxmox pve0 6.5.11-8-pve I get the errors below after uninstall and removing any /root/Prox directories. I needed to run the install.sh twice for it to update and fix the errors. This happens on all branches.

root@pve0:~# bash <(curl -s https://raw.githubusercontent.com/BassT23/Proxmox/develop/install.sh)

root@pve0:~# update mkdir: cannot create directory ‘/root/Proxmox-Updater/temp’: No such file or directory Error during Update --- Exit Code: 1

/usr/local/sbin/update: line 820: /root/Proxmox-Updater/exit/error.sh: No such file or directory

root@pve0:~# bash <(curl -s https://raw.githubusercontent.com/BassT23/Proxmox/develop/install.sh) ## second run fixed issue.

BassT23 commented 4 months ago

please don't use develop ;) - there could be some bugs ;) Will have a look on it. thanks for the details ;)

BassT23 commented 4 months ago

the problem comes from directory changing. after release v4.1 the problem should gone.