diff --git a/batcher/aligned/install_aligned.sh b/batcher/aligned/install_aligned.sh index faf11feeab..c2043cbf3b 100755 --- a/batcher/aligned/install_aligned.sh +++ b/batcher/aligned/install_aligned.sh @@ -8,11 +8,12 @@ BASE_DIR=$HOME ALIGNED_DIR="${ALIGNED_DIR-"$BASE_DIR/.aligned"}" ALIGNED_BIN_DIR="$ALIGNED_DIR/bin" ALIGNED_BIN_PATH="$ALIGNED_BIN_DIR/aligned" -CURRENT_TAG=$(curl -s -L \ - -H "Accept: application/vnd.github+json" \ - -H "X-GitHub-Api-Version: 2022-11-28" \ - https://api.github.com/repos/yetanotherco/aligned_layer/releases/latest \ - | grep '"tag_name":' | awk -F'"' '{print $4}') +#CURRENT_TAG=$(curl -s -L \ +# -H "Accept: application/vnd.github+json" \ +# -H "X-GitHub-Api-Version: 2022-11-28" \ +# https://api.github.com/repos/yetanotherco/aligned_layer/releases/latest \ +# | grep '"tag_name":' | awk -F'"' '{print $4}') +CURRENT_TAG=v0.6.0 RELEASE_URL="https://github.com/yetanotherco/aligned_layer/releases/download/$CURRENT_TAG/" ARCH=$(uname -m)