wareck il y a 4 ans
Parent
commit
0eab3f8804
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      build.sh

+ 2 - 2
build.sh

@@ -4,7 +4,7 @@ Release=01/Jan/2021
 author=wareck@gmail.com
 
 Boost_v=1_67_0
-DB_v=4.8.30.NC # can be 4.8.30.NC or 4.8.30
+DB_v=4.8.30 # can be 4.8.30.NC or 4.8.30
 Miniupnpc_v=2.1
 
 echo -e "\n\e[95mSystem Check:\e[0m"
@@ -63,7 +63,7 @@ echo -e "Done."
 
 echo -e "\n\e[95mDownload OkCash $OKcash_v Source Code:\e[0m"
 git clone https://github.com/Bitcoin-ABC/secp256k1.git
-git clone https://github.com/litecoincash-project/litecoincash.git
+#git clone https://github.com/litecoincash-project/litecoincash.git
 
 echo -e "Done."