diff --git a/install.sh b/install.sh index cb60ca4..6a13e8d 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh CUR_DIR=$(pwd) -VERSION=5.0.1 +VERSION=5.1.0 TAR="cocogitto-$VERSION-x86_64-unknown-linux-musl.tar.gz" BIN_DIR="$HOME/.local/bin" @@ -9,4 +9,4 @@ mkdir -p "$BIN_DIR" cd "$BIN_DIR" || exit curl -OL https://github.com/cocogitto/cocogitto/releases/download/"$VERSION"/"$TAR" tar xfz $TAR -cd "$CUR_DIR" || exit \ No newline at end of file +cd "$CUR_DIR" || exit