Skip to content

It is possible to transform a normal installation into PVE script install? #500

Closed Answered by MickLesk
platini76 asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 10 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by MickLesk
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@MickLesk
Comment options

Comment options

You must be logged in to vote
1 reply
@MickLesk
Comment options

Comment options

You must be logged in to vote
1 reply
@MickLesk
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants