Closed Responseless closed 9 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:~# 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.
please don't use develop ;) - there could be some bugs ;) Will have a look on it. thanks for the details ;)
the problem comes from directory changing. after release v4.1 the problem should gone.
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:~# bash <(curl -s https://raw.githubusercontent.com/BassT23/Proxmox/develop/install.sh) ## second run fixed issue.