Skip to content

Commit

Permalink
feat(bump): bump cocogitto to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Apr 20, 2022
1 parent 55422bd commit 8088ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/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"

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
cd "$CUR_DIR" || exit

0 comments on commit 8088ae1

Please sign in to comment.