Initial commit, cambio todo lo que apunta a github por el mio

This commit is contained in:
2025-04-09 11:29:53 +02:00
parent fef9984140
commit 691c9dc0a4
334 changed files with 365 additions and 365 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ catch_errors() {
# This function handles errors
error_handler() {
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/api.func)
source <(https://docker.imqnavarra.com:3000/jjripaper/ProxmoxVE/raw/branch/main/misc/api.func)
if [ -n "$SPINNER_PID" ] && ps -p "$SPINNER_PID" >/dev/null; then kill "$SPINNER_PID" >/dev/null; fi
printf "\e[?25h"
local exit_code="$?"
@@ -265,7 +265,7 @@ EOF
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
msg_ok "Customized Container"
fi
echo "bash -c \"\$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/${app}.sh)\"" >/usr/bin/update
echo "bash -c \"\$(https://docker.imqnavarra.com:3000/jjripaper/ProxmoxVE/raw/branch/main/ct/${app}.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update
if [[ -n "${SSH_AUTHORIZED_KEY}" ]]; then