|
@@ -45,7 +45,9 @@ sudo apt-get install python3-venv python3-distutils python3-dev libsodium-dev -y
|
|
|
echo -e "\e[97mDone.\e[0m"
|
|
|
|
|
|
echo -e "$(tput setaf 2)\nDownload pack:$(tput sgr0)"
|
|
|
-./download_pack.sh
|
|
|
+wget -c -q --show-progress http://folivier.homelinux.org/cube/pack/chia-miner.tar.xz
|
|
|
+mv chia-miner.tar.xz /home/wareck/Build_Cube/pack/chia-miner.tar.xz
|
|
|
+
|
|
|
|
|
|
echo -e "$(tput setaf 2)\nBuild Chia-Miner:$(tput sgr0)"
|
|
|
cp ../pack/chia-miner.tar.xz /home/wareck/
|