Votre Nom 1 year ago
parent
commit
1362aac6bf
1 changed files with 5 additions and 4 deletions
  1. 5 4
      build_cube.sh

+ 5 - 4
build_cube.sh

@@ -193,8 +193,9 @@ sleep 2
 
 case $Drivers in
 NVIDIA)
-		echo -e "$(tput setaf 10)\nInstall NVIDIA GTX1070 Drivers :$(tput sgr0)"
-                cd /home/wareck/
+		#echo -e "$(tput setaf 10)\nInstall NVIDIA GTX1070 Drivers :$(tput sgr0)"
+                echo -e "$(tput setaf 10)\nInstall NVIDIA GT 710 Drivers :$(tput sgr0)"
+		cd /home/wareck/
                 echo -e "Download MegaDownload:"
                 git clone https://github.com/wareck/megadown.git
                 sudo cp /home/wareck/megadown/megadown /usr/local/bin/megadown
@@ -202,8 +203,8 @@ NVIDIA)
                 cd /home/wareck
                 echo -e ""
                 echo -e "Install drivers:"
-                #sudo apt-get install nvidia-driver-470 -y
-		sudo apt-get install nvidia-driver-525 -y
+                sudo apt-get install nvidia-driver-470 -y
+		#sudo apt-get install nvidia-driver-525 -y
 		touch /home/wareck/.pass2
 		decompte_
 ;;