fix: path to my personnal fork
This commit is contained in:
parent
93809e5784
commit
1f42430bf3
@ -36,7 +36,7 @@ variables() {
|
||||
# FUNC_DIR="/usr/local/community-scripts/core"
|
||||
# mkdir -p "$FUNC_DIR"
|
||||
|
||||
# BUILD_URL="https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func"
|
||||
# BUILD_URL="https://raw.githubusercontent.com/prop4n/ProxmoxVED/refs/heads/add-script-sonarqube/misc/build.func"
|
||||
# BUILD_REV="$FUNC_DIR/build.rev"
|
||||
# DEVMODE="${DEVMODE:-no}"
|
||||
|
||||
@ -61,7 +61,7 @@ variables() {
|
||||
|
||||
# update_func_file() {
|
||||
# local file="$1"
|
||||
# local url="https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/$file"
|
||||
# local url="https://raw.githubusercontent.com/prop4n/ProxmoxVED/refs/heads/add-script-sonarqube/misc/$file"
|
||||
# local local_path="$FUNC_DIR/$file"
|
||||
|
||||
# echo "⬇️ Downloading $file ..."
|
||||
@ -2671,7 +2671,7 @@ EOF'
|
||||
install_ssh_keys_into_ct
|
||||
|
||||
# Run application installer
|
||||
if ! lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/install/${var_install}.sh)"; then
|
||||
if ! lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/prop4n/ProxmoxVED/refs/heads/add-script-sonarqube/install/${var_install}.sh)"; then
|
||||
exit $?
|
||||
fi
|
||||
}
|
||||
|
@ -32,7 +32,7 @@ verb_ip6() {
|
||||
|
||||
# # This function handles errors
|
||||
# error_handler() {
|
||||
# source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/api.func)
|
||||
# source <(curl -fsSL https://raw.githubusercontent.com/prop4n/ProxmoxVED/refs/heads/add-script-sonarqube/misc/api.func)
|
||||
# local exit_code="$1"
|
||||
# local line_number="$2"
|
||||
# local command="${3:-}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user