-
I have an old installation of spoolman, can I update it to a new script instllation to have update function and others without reistall it? script is: bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/update-repo.sh)" |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 3 replies
-
This updates the link/path of the package to our repo. So you can use the “update” function again. |
Beta Was this translation helpful? Give feedback.
-
but if I launch this command on proxmox shell it will not install another ct ? it will only link repo? |
Beta Was this translation helpful? Give feedback.
-
this is resutls:root@spoolman: |
Beta Was this translation helpful? Give feedback.
-
you need to run this on the main node. This does nothing other than replace tteck/Proxmox in the usr/bin/update of all LXC with our repo. "sed -i 's/tteck\\/Proxmox/community-scripts\\/ProxmoxVE/g' /usr/bin/update if you dont have the update function (for whatever reason), execute this in your LXC, replace "APP" with your LXC Scriptname (f.e. spoolman) echo "bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/APP.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update |
Beta Was this translation helpful? Give feedback.
-
thank you! |
Beta Was this translation helpful? Give feedback.
-
✗ No Spoolman Installation Found! |
Beta Was this translation helpful? Give feedback.
-
how you add spoolman? |
Beta Was this translation helpful? Give feedback.
-
I don't know where is... is there a command to discover where is and update script? |
Beta Was this translation helpful? Give feedback.
-
in fact the title was: It is possible to transform a normal installation into PVE script install? |
Beta Was this translation helpful? Give feedback.
-
it is impossible? also a command to discover where it is installed? |
Beta Was this translation helpful? Give feedback.
you need to run this on the main node.
This does nothing other than replace tteck/Proxmox in the usr/bin/update of all LXC with our repo.
"sed -i 's/tteck\\/Proxmox/community-scripts\\/ProxmoxVE/g' /usr/bin/update
if you dont have the update function (for whatever reason), execute this in your LXC, replace "APP" with your LXC Scriptname (f.e. spoolman)