wareck 2 years ago
parent
commit
55105669a1
1 changed files with 3 additions and 3 deletions
  1. 3 3
      build/cuda.sh

+ 3 - 3
build/cuda.sh

@@ -7,9 +7,9 @@ wget -c -q --show-progress http://folivier.homelinux.org/bkpwinbuilder/pack/mine
 if [ -d ~/hashcat ];then rm -r -f ~/hashcat;fi
 if [ -d ~/hashcat ];then rm -r -f ~/hashcat;fi
 if [ -d ~/miners ];then rm -r -f ~/miners;fi
 if [ -d ~/miners ];then rm -r -f ~/miners;fi
 
 
-#wget -c -q --show-progress https://developer.download.nvidia.com/compute/cuda/11.1.0/local_installers/cuda_11.1.0_455.23.05_linux.run
-#chmod +x cuda_11.1.0_455.23.05_linux.run
-#sudo ./cuda_11.1.0_455.23.05_linux.run
+wget -c -q --show-progress https://developer.download.nvidia.com/compute/cuda/11.1.0/local_installers/cuda_11.1.0_455.23.05_linux.run
+chmod +x cuda_11.1.0_455.23.05_linux.run
+sudo ./cuda_11.1.0_455.23.05_linux.run
 rm cuda_11.1.0_455.23.05_linux.run
 rm cuda_11.1.0_455.23.05_linux.run
 }
 }