BuildTools 2 years ago
parent
commit
9ac344e5b2
3 changed files with 5 additions and 2 deletions
  1. 1 0
      build_cube.sh
  2. 3 1
      options/chia.sh
  3. 1 1
      options/john.sh

+ 1 - 0
build_cube.sh

@@ -621,6 +621,7 @@ fi
 
 intro_
 ubuntu_version_check
+update_
 kernel_check_
 autoroot_
 nvidia_driver_

+ 3 - 1
options/chia.sh

@@ -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/

+ 1 - 1
options/john.sh

@@ -23,7 +23,7 @@ function print_centered {
      return 0
 }
 
-print_centered "$(tput setaf 1)"
+print_centered "$(tput setaf 9)"
 print_centered ".________ ._______  .___.__  .______ "
 print_centered ":____.   \: .___  \ :   |  \ :      \ "
 print_centered " __|  :/ || :   |  ||   :   ||       |"