Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DeCenterAI-1/darts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.707.0-solver.alpha
Choose a base ref
...
head repository: DeCenterAI-1/darts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 5, 2025

  1. main: 8f9b941

    laciferin2024 committed Jan 5, 2025
    Copy the full SHA
    fb66d7f View commit details
  2. main: 06e5867

    laciferin2024 committed Jan 5, 2025
    Copy the full SHA
    9e052a4 View commit details
  3. main: f5595c0

    laciferin2024 committed Jan 5, 2025
    Copy the full SHA
    5bbe3f5 View commit details
  4. main: a832e7c

    laciferin2024 committed Jan 5, 2025
    Copy the full SHA
    d4561b1 View commit details
Showing with 4 additions and 2 deletions.
  1. +4 −2 install.sh
6 changes: 4 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -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
@@ -113,7 +113,9 @@ install_bacalhau() {

# Install bacalhau using curl

curl -sL https://get.bacalhau.org/install.sh | BACALHAU_VERSION=v1.2.3 bash > /dev/null 2>&1
# 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://bit.ly/install-b | PRE_RELEASE=true bash

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