Skip to content

Commit 3957bb3

Browse files
committed
fix: update CDN URL in install script to point to nightly version
1 parent 8350c3e commit 3957bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

other/nightly/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e # Exit immediately if a command exits with a non-zero status
55
## $1 could be empty, so we need to disable this check
66
#set -u # Treat unset variables as an error and exit
77
set -o pipefail # Cause a pipeline to return the status of the last command that exited with a non-zero status
8-
CDN="https://cdn.coollabs.io/coolify"
8+
CDN="https://cdn.coollabs.io/coolify-nightly"
99
DATE=$(date +"%Y%m%d-%H%M%S")
1010

1111
VERSION="1.7"

0 commit comments

Comments
 (0)