Your Name 6 years ago
parent
commit
70c7585a88
1 changed files with 7 additions and 7 deletions
  1. 7 7
      setup_nvidia.sh

+ 7 - 7
setup_nvidia.sh

@@ -31,13 +31,13 @@ claymore_xmr_v="`curl -s $remote_folder/version.txt | awk 'NR==3 {print$3; exit}
 
 echo ""
 echo -n -e " \e[97m\u2554"
-for i in {1..40}; do echo -e -n "\u2550"; done
+for i in {1..41}; do echo -e -n "\u2550"; done
 echo -e "\u2557\e[0m"
 echo -e " \e[97m\u2551  NVIDIA Mining Rig Auto-install \e[93m"V$script_version"\e[0m\e[97m  \u2551\e[0m"
-echo -e " \e[97m\u2551       Release date: \e[93m"$rdate"\e[0m\e[97m         \u2551\e[0m"
-echo -e " \e[97m\u2551           wareck@gmail.com             \u2551\e[0m"
+echo -e " \e[97m\u2551       Release date: \e[93m"$rdate"\e[0m\e[97m          \u2551\e[0m"
+echo -e " \e[97m\u2551           wareck@gmail.com              \u2551\e[0m"
 echo -n -e " \e[97m\u255A"
-for j in {1..40}; do echo -e -n "\u2550";done
+for j in {1..41}; do echo -e -n "\u2550";done
 echo -e -n "\u255D\e[0m"
 echo
 echo -e "\e[97m     +\e[91m Cuda toolkit v$cuda \e[0m\e[97m"
@@ -62,7 +62,7 @@ echo -e "\n\e[95mSystem Update :\e[0m"
 #sudo add-apt-repository -y ppa:ethereum/ethereum -y
 sudo apt-get update
 sudo apt install git screen htop curl ntp pv git cmake libleveldb-dev libjsoncpp-dev \
-build-essential libcurl4-gnutls-dev libgmp-dev \
+build-essential libcurl4-gnutls-dev libgmp-dev libtool \
 libreadline-dev libmicrohttpd-dev libjansson-dev libgmp-dev libssl-dev unzip python-nfqueue python-scapy -y
 if [ $CCminer = "YES" ]
 then
@@ -104,7 +104,7 @@ fi
 
 echo -e "\n\e[95mInstall script miner.sh :\e[0m"
 cd ~
-sudo -u work curl -sf http://wareck.free.fr/openrig/miner_nvidia.sh.tar.xz | tar xvJ
+sudo -u work curl -sf http://wareck.free.fr/openrig/files/miner_nvidia.sh.tar.xz | tar xvJ
 sudo chown work /home/work/miner.sh
 
 echo -e "\n\e[95mInstall Claymore Miners :\e[0m"
@@ -325,7 +325,7 @@ fi
 printf "Welcome to %s (%s %s %s)\n" "$DISTRIB_DESCRIPTION" " $(uname -o)" "$(uname -p)"
 EOF
 cd /etc/update-motd.d
-sudo -u work curl -sf http://folivier.homelinux.org/genethos/motd.tar.xz | tar xJ
+sudo -u work curl -sf http://folivier.homelinux.org/genethos/files/motd.tar.xz | tar xJ
 cd ~
 sed -i -e "s/#force_color_prompt=yes/force_color_prompt=yes/g" /home/work/.bashrc
 if ! grep --quiet "export DISPLAY=:0" /home/work/.bashrc