mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-11 00:14:58 +00:00
Update script URL for LXC container installation
This commit is contained in:
@@ -2295,7 +2295,7 @@ EOF'
|
||||
fi
|
||||
msg_ok "Customized LXC Container"
|
||||
install_ssh_keys_into_ct
|
||||
if ! lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/install/${var_install}.sh)"; then
|
||||
if ! lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/install/${var_install}.sh)"; then
|
||||
exit $?
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user