From 1c067f8cdc32be600b807639d53e8dbe50bcebfa Mon Sep 17 00:00:00 2001 From: Ze'ev Schurmann Date: Tue, 6 May 2025 23:21:59 +0200 Subject: [PATCH] v1.00 of Installer --- debian-installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian-installer.sh b/debian-installer.sh index f675112..489658f 100644 --- a/debian-installer.sh +++ b/debian-installer.sh @@ -871,7 +871,7 @@ function downloadUpdate { if [[ -z "$SELF_UPDATED" ]]; then TMPFILE=$(mktemp) echo "Downloading updated script..." - curl -sSL "https://olympus.3volve.net.za/nextcloud/versiontest.sh" -o "$TMPFILE" || { + curl -sSL "https://git.zaks.web.za/thisiszeev/perfect-nextcloud-installer/raw/branch/main/debian-installer.sh" -o "$TMPFILE" || { echo "Download failed... Continuing with current version..." >&2 return } @@ -1098,7 +1098,7 @@ fi if [[ $p -lt 3 ]]; then if [[ -z $SELF_UPDATED ]]; then echo "Checking if there is a newer version of this installer script..." - NEWVERSION=$(curl -sSL "https://olympus.3volve.net.za/nextcloud/VERSION") + NEWVERSION=$(curl -sSL "https://git.zaks.web.za/thisiszeev/perfect-nextcloud-installer/raw/branch/main/VERSION") if [[ ! "$NEWVERSION" =~ ^[0-9]+(\.[0-9]+)*$ ]]; then echo "Remote version could not be retrieved." >&2 NEWVERSION="$VERSION"