From 75e2a9f4c24e6809e90184703491c02b4e175e13 Mon Sep 17 00:00:00 2001 From: Gary Date: Thu, 25 Jul 2024 13:53:17 -0700 Subject: [PATCH] main: change CDN url paths --- app/Actions/Server/UpdateCoolify.php | 2 +- scripts/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Actions/Server/UpdateCoolify.php b/app/Actions/Server/UpdateCoolify.php index 025c0c884..d3e398e30 100644 --- a/app/Actions/Server/UpdateCoolify.php +++ b/app/Actions/Server/UpdateCoolify.php @@ -57,7 +57,7 @@ private function update() } else { ray('Running update on production server'); remote_process([ - "curl -fsSL https://githaven.org/Shiloh/lasthourcloud/src/branch/main/scripts/upgrade.sh -o /data/coolify/source/upgrade.sh", + "curl -fsSL https://cdn.lasthourhosting.org/lasthourcloud/scripts/upgrade.sh -o /data/coolify/source/upgrade.sh", "bash /data/coolify/source/upgrade.sh $this->latestVersion" ], $this->server); diff --git a/scripts/install.sh b/scripts/install.sh index afc02e39f..f29c774af 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -8,7 +8,7 @@ set -o pipefail # Cause a pipeline to return the status of the last command that VERSION="1.3.3" DOCKER_VERSION="26.0" -CDN="https://githaven.org/Shiloh/lasthourcloud/src/branch/main/" +CDN="https://cdn.lasthourhosting.org/lasthourcloud" OS_TYPE=$(grep -w "ID" /etc/os-release | cut -d "=" -f 2 | tr -d '"') # Check if the OS is manjaro, if so, change it to arch