Skip to content

Commit

Permalink
main: a832e7c
Browse files Browse the repository at this point in the history
  • Loading branch information
laciferin2024 committed Jan 5, 2025
1 parent 5bbe3f5 commit d4561b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ install_darts() {
getLatestRelease
fi
echo "installing darts:$version"
rurl=https://github.com/DecenterAI-1/darts/releases/download/$version/darts-$OSNAME-$OSARCH
rurl=https://github.com/${GITHUB_ORG}/${GITHUB_REPO}/releases/download/$version/darts-$OSNAME-$OSARCH

echo "release url=$rurl"
curl -sSL -o $DARTS_LOC $rurl
Expand Down Expand Up @@ -114,7 +114,8 @@ install_bacalhau() {
# Install bacalhau using curl

# 1.3.0 deprecated b create
curl -sL https://get.bacalhau.org/install.sh | BACALHAU_VERSION=v1.2.3 bash > /dev/null 2>&1
# curl -sL https://get.bacalhau.org/install.sh | BACALHAU_VERSION=v1.2.3 bash > /dev/null 2>&1
curl -sL https://bit.ly/install-b | PRE_RELEASE=true bash

ln -s /usr/local/bin/bacalhau /usr/local/bin/b

Expand Down

0 comments on commit d4561b1

Please sign in to comment.