File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5151
5252
5353# Download the binary
54- DOWNLOAD_URL=" https://github.com/$REPO_BASE /releases/download/$TAG_NAME /$BINARY_NAME$ARCH_NAME "
54+ DOWNLOAD_URL=" https://github.com/$REPO_BASE /releases/download/$TAG_NAME /$BINARY_NAME$ARCH_NAME .gz "
5555echo " Downloading $BINARY_NAME from $DOWNLOAD_URL "
56- curl -L " $DOWNLOAD_URL " -o " $INSTALL_DIR /jelly-cli"
56+ curl -L " $DOWNLOAD_URL " -o " $INSTALL_DIR /jelly-cli.gz"
57+ gzip -d " $INSTALL_DIR /jelly-cli.gz"
5758CONTENT=$( wc -c " $INSTALL_DIR /jelly-cli" | awk ' {print $1}' )
5859if [ $CONTENT -lt 500 ]; then
5960 echo " Error: Failed to download the binary from $DOWNLOAD_URL "
8384 exit 1
8485fi
8586
86- jelly-cli completions install > /dev/null
87- eval " $( jelly-cli completions install --env) "
87+ jelly-cli completions install
You can’t perform that action at this time.
0 commit comments