Skip to content

Commit

Permalink
Chia @ v2.4.4rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Oct 6, 2024
1 parent 291f00f commit 3de1d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/forks/chia_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ else
echo "Installing Chia CUDA binaries on ${arch_name}..."
cd /tmp
if [[ "${arch_name}" == "x86_64" ]]; then
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.4-rc1/chia-blockchain-cli_2.4.4-rc1-1_amd64.deb
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.4-rc2/chia-blockchain-cli_2.4.4-rc2-1_amd64.deb
apt-get install ./chia-blockchain-cli*.deb
else
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.4-rc1/chia-blockchain-cli_2.4.4-rc1-1_arm64.deb
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.4-rc2/chia-blockchain-cli_2.4.4-rc2-1_arm64.deb
apt-get install ./chia-blockchain-cli*.deb
fi

Expand Down

0 comments on commit 3de1d27

Please sign in to comment.