@@ -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
-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)"
@@ -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"