|
@@ -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 ~/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
|
|
|
}
|
|
|
|