From 3957bb31ce0d556a5d1f04c5b1b6ce2dafc40b2c Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 20 Jan 2025 14:01:14 +0100 Subject: [PATCH] fix: update CDN URL in install script to point to nightly version --- other/nightly/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/nightly/install.sh b/other/nightly/install.sh index 1889ad355..31d0a1759 100755 --- a/other/nightly/install.sh +++ b/other/nightly/install.sh @@ -5,7 +5,7 @@ set -e # Exit immediately if a command exits with a non-zero status ## $1 could be empty, so we need to disable this check #set -u # Treat unset variables as an error and exit set -o pipefail # Cause a pipeline to return the status of the last command that exited with a non-zero status -CDN="https://cdn.coollabs.io/coolify" +CDN="https://cdn.coollabs.io/coolify-nightly" DATE=$(date +"%Y%m%d-%H%M%S") VERSION="1.7"