We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66fdf7f commit 02267b9Copy full SHA for 02267b9
scripts/library/bin.sh
@@ -116,9 +116,9 @@ download_kn(){
116
}
117
118
download_kit(){
119
- BIN_VERSION=v1.2.2
120
- # DOWNLOAD_URL=https://github.com/jozu-ai/kitops/releases/latest/download/kitops-linux-x86_64.tar.gz
121
- DOWNLOAD_URL=https://github.com/jozu-ai/kitops/releases/download/${BIN_VERSION}/kitops-linux-x86_64.tar.gz
+ # BIN_VERSION=v1.2.2
+ # DOWNLOAD_URL=https://github.com/jozu-ai/kitops/releases/download/${BIN_VERSION}/kitops-linux-x86_64.tar.gz
+ DOWNLOAD_URL=https://github.com/jozu-ai/kitops/releases/latest/download/kitops-linux-x86_64.tar.gz
122
echo $DOWNLOAD_URL
123
curl "${DOWNLOAD_URL}" -sL | tar zx -C "${BIN_PATH}/" kit
124
chmod +x "${BIN_PATH}/kit"
0 commit comments