Skip to content

Commit

Permalink
chore: use ubuntu 22 version of ceramic-one
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Dec 20, 2024
1 parent 4050fc1 commit 78b8e44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci-scripts/install-rust-ceramic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
REPO=ceramicnetwork/rust-ceramic/releases
ARCH=x86_64
OS=unknown-linux-gnu
OS_VERSION=ubuntu-22
TARGET=$ARCH-$OS

if [ -z ${1+x} ] || [ "$1" == "latest" ]; then
Expand All @@ -17,7 +18,7 @@ else
VERSION="v"$1
fi
NAME=ceramic-one
TAR_NAME=${NAME}_$TARGET.tar.gz
TAR_NAME=${NAME}_${TARGET}-${OS_VERSION}.tar.gz
DEB_NAME=${NAME}.deb
OUTPUT_FILE=$NAME.tar.gz
DOWNLOAD_URL=https://github.com/$REPO/download/$VERSION/$TAR_NAME
Expand Down

0 comments on commit 78b8e44

Please sign in to comment.