From f3dd5e554630396fd21942a7efcad6d1c0dd1e1c Mon Sep 17 00:00:00 2001 From: Xavier Date: Tue, 29 Jul 2025 13:38:04 -0500 Subject: [PATCH] updated urls --- install-cronjob.sh | 2 +- setup-peepinfo.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install-cronjob.sh b/install-cronjob.sh index 21046a8..c8007e0 100644 --- a/install-cronjob.sh +++ b/install-cronjob.sh @@ -1,7 +1,7 @@ #!/bin/bash # Add the cron entry if not already present -CRONLINE='0 2 * * * curl -s "https://https://forge.xavier.cc/xavier/Peeper/setup-peepinfo.sh | bash' +CRONLINE='0 2 * * * curl -s "https://forge.xavier.cc/xavier/Peeper/raw/branch/main/setup-peepinfo.sh | bash' # Append to crontab only if not already present (crontab -l 2>/dev/null | grep -vF "$CRONLINE"; echo "$CRONLINE") | crontab - diff --git a/setup-peepinfo.sh b/setup-peepinfo.sh index 99ec43e..fe692bb 100644 --- a/setup-peepinfo.sh +++ b/setup-peepinfo.sh @@ -2,7 +2,7 @@ set -e # === CONFIGURATION === -APP_URL="https://https://forge.xavier.cc/xavier/Peeper/Peeper" +APP_URL="https://forge.xavier.cc/xavier/Peeper/raw/branch/main/Peeper" APP_PATH="/usr/local/bin/peepinfo" LOG_FILE="/var/log/peepinfo.log"