Skip to content

Commit

Permalink
chore: update installer
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Jun 24, 2024
1 parent 034c139 commit 6eacd4f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target=$(uname -m)
cwd=$(pwd)

repo_branch="main"
version="v0.1.0"
version="0.1.0"
rag_api_server_version="0.6.6"
llama_api_server_version="0.11.3"
ggml_bn="b3075"
Expand Down Expand Up @@ -93,7 +93,7 @@ while [[ $# -gt 0 ]]; do
shift
;;
--version)
echo "Gaianet-node Installer $version"
echo "Gaianet-node Installer v$version"
exit 0
;;
--help)
Expand Down Expand Up @@ -178,7 +178,8 @@ bin_dir=$gaianet_base_dir/bin

# 1. Install `gaianet` CLI tool.
printf "[+] Installing gaianet CLI tool ...\n"
check_curl https://raw.githubusercontent.com/GaiaNet-AI/gaianet-node/$repo_branch/gaianet $bin_dir/gaianet
check_curl https://github.com/GaiaNet-AI/gaianet-node/releases/download/$version/gaianet $bin_dir/gaianet

chmod u+x $bin_dir/gaianet
info " * gaianet CLI tool is installed in $bin_dir"

Expand Down

0 comments on commit 6eacd4f

Please sign in to comment.