Temp: Change import URLs to test fork

This commit is contained in:
Andy Grunwald
2025-02-07 22:53:00 +01:00
parent 178076a796
commit f78d295c02
3 changed files with 11 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ catch_errors() {
# This function handles errors
error_handler() {
source <(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/api.func)
source <(wget -qLO - https://raw.githubusercontent.com/andygrunwald/ProxmoxVE/refs/heads/prometheus-paperless-exporter/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="$?"
@@ -248,7 +248,7 @@ EOF
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
msg_ok "Customized Container"
fi
echo "bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/${app}.sh)\"" >/usr/bin/update
echo "bash -c \"\$(wget -qLO - https://github.com/andygrunwald/ProxmoxVE/raw/refs/heads/prometheus-paperless-exporter/ct/${app}.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update
if [[ -n "${SSH_AUTHORIZED_KEY}" ]]; then