We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8350c3e commit 3957bb3Copy full SHA for 3957bb3
other/nightly/install.sh
@@ -5,7 +5,7 @@ set -e # Exit immediately if a command exits with a non-zero status
5
## $1 could be empty, so we need to disable this check
6
#set -u # Treat unset variables as an error and exit
7
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"
+CDN="https://cdn.coollabs.io/coolify-nightly"
9
DATE=$(date +"%Y%m%d-%H%M%S")
10
11
VERSION="1.7"
0 commit comments