wareck il y a 1 an
Parent
commit
b1a045c154
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      bender.sh
  2. 1 1
      options/chia.sh

+ 1 - 1
bender.sh

@@ -569,7 +569,7 @@ intro_
 autoroot_
 autoroot_
 ubuntu_version_check
 ubuntu_version_check
 update_
 update_
-#kernel_check_
+kernel_check_
 nvidia_driver_
 nvidia_driver_
 download_packs_
 download_packs_
 printer_
 printer_

+ 1 - 1
options/chia.sh

@@ -237,7 +237,7 @@ git pull
 fi
 fi
 if [ ! -d build ]; then mkdir build;fi
 if [ ! -d build ]; then mkdir build;fi
 cd build
 cd build
-cmake -DBUILD_PROOF_OF_SPACE_STATICALLY=ON ../
+cmake ..
 cmake --build . -- -j 6
 cmake --build . -- -j 6
 echo -e "\e[97mDone.\e[0m"
 echo -e "\e[97mDone.\e[0m"
 }
 }