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