Skip to content

Commit

Permalink
amd64 works
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Aug 17, 2023
1 parent 73cde65 commit 9e7ce33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/forks/chia_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +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.0.0-rc5/chia-blockchain-cli-2.0.0rc5-1.x86_64.rpm
unzip *.zip
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.0.0-rc5/chia-blockchain-cli_2.0.0rc5-1_amd64.deb
apt-get install ./chia-blockchain-cli*.deb
elif [[ "${arch_name}" = "arm64" ]]; then
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.0.0-rc5/chia-blockchain-cli_2.0.0rc5-1_arm64.deb
unzip *.zip
apt-get install ./chia-blockchain-cli*.deb
else
echo "Installing Chia CUDA binaries skipped -> unsupported architecture: ${arch_name}"
Expand Down

0 comments on commit 9e7ce33

Please sign in to comment.