Votre Nom il y a 3 ans
Parent
commit
34adeae5eb
3 fichiers modifiés avec 9 ajouts et 9 suppressions
  1. 2 2
      build_cube.sh
  2. 7 7
      options/chia.sh
  3. BIN
      pack/xmrig.tar.xz

+ 2 - 2
build_cube.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 set -e
-Version=3.7
+Version=3.8
 Cuda=YES
 Drivers=82
 
@@ -58,7 +58,7 @@ sudo apt-get install pixz pbzip2 pigz btrfs-progs htop lxde lxde-icon-theme gpar
 echo -e ""
 sudo apt-get install ctorrent libcurl4-openssl-dev bison byacc screen libudev-dev libjansson-dev libncurses5-dev libmicrohttpd-dev curl -y
 echo -e ""
-sudo apt-get install htop vlc -y
+sudo apt-get install htop vlc locate -y
 if [ $Cuda = "YES" ]
 then
 echo -e "$(tput setaf 10)\nInstall Cuda packages:$(tput sgr0)"

+ 7 - 7
options/chia.sh

@@ -79,12 +79,12 @@ cmake ..
 make -j4
 echo -e "\e[97mDone.\e[0m"
 
-echo -e "$(tput setaf 2)\nBuild Chia-Gui :$(tput sgr0)"
-cd /home/wareck
-git clone https://github.com/Chia-Network/chia-blockchain.git -b latest --recurse-submodules
-cd chia-blockchain
-sh install.sh
-source ./activate
-sh install-gui.sh
+#echo -e "$(tput setaf 2)\nBuild Chia-Gui :$(tput sgr0)"
+#cd /home/wareck
+#git clone https://github.com/Chia-Network/chia-blockchain.git -b latest --recurse-submodules
+#cd chia-blockchain
+#sh install.sh
+#source ./activate
+#sh install-gui.sh
 
 echo -e "\n\e[97mEnd of process...\e[0m"

BIN
pack/xmrig.tar.xz