|
@@ -1,6 +1,6 @@
|
|
|
|
|
|
set -e
|
|
set -e
|
|
-Version=3.7
|
|
+Version=3.8
|
|
Cuda=YES
|
|
Cuda=YES
|
|
Drivers=82
|
|
Drivers=82
|
|
|
|
|
|
@@ -58,7 +58,7 @@ sudo apt-get install pixz pbzip2 pigz btrfs-progs htop lxde lxde-icon-theme gpar
|
|
echo -e ""
|
|
echo -e ""
|
|
sudo apt-get install ctorrent libcurl4-openssl-dev bison byacc screen libudev-dev libjansson-dev libncurses5-dev libmicrohttpd-dev curl -y
|
|
sudo apt-get install ctorrent libcurl4-openssl-dev bison byacc screen libudev-dev libjansson-dev libncurses5-dev libmicrohttpd-dev curl -y
|
|
echo -e ""
|
|
echo -e ""
|
|
-sudo apt-get install htop vlc -y
|
|
+sudo apt-get install htop vlc locate -y
|
|
if [ $Cuda = "YES" ]
|
|
if [ $Cuda = "YES" ]
|
|
then
|
|
then
|
|
echo -e "$(tput setaf 10)\nInstall Cuda packages:$(tput sgr0)"
|
|
echo -e "$(tput setaf 10)\nInstall Cuda packages:$(tput sgr0)"
|