Skip to content

Commit

Permalink
feat: update cocogitto to 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vtavernier authored and oknozor committed Jan 16, 2024
1 parent 1f7463b commit 74f3572
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.6.0
VERSION=6.0.1
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
tar --strip-components=1 -xzf $TAR x86_64-unknown-linux-musl/cog
cd "$CUR_DIR" || exit

0 comments on commit 74f3572

Please sign in to comment.