Your Name 7 years ago
parent
commit
36fc5d68a0
1 changed files with 4 additions and 4 deletions
  1. 4 4
      setup_amd.sh

+ 4 - 4
setup_amd.sh

@@ -81,7 +81,7 @@ sudo sed -i -e "s/quiet splash/text/g" /etc/default/grub
 sudo sed -i -e 's#GRUB_CMDLINE_LINUX=""#GRUB_CMDLINE_LINUX="amddgpu.vm_fragment_size=9"#g' /etc/default/grub
 sudo update-grub2
 sudo apt dist-upgrade -y
-sudo apt-get remove linux-image-4.4.0-116* linux-headers-4.4.0-116*
+sudo apt-get remove linux-image-4.4.0-116* linux-headers-4.4.0-116* -y
 
 if [ $ROCM_ = "YES" ]
 then
@@ -187,7 +187,7 @@ echo -e "\e[97mDone !\e[0m"
 
 if [ $SGMINER = "YES" ]
 then
-echo -e "\n\e[95mInstall SGMINER-Nicehash:\e[0m"
+echo -e "\n\e[95mInstall Sgminer-Nicehash:\e[0m"
 cd ~
 if [ ! -d sgminer ]
 then
@@ -209,7 +209,7 @@ fi
 
 if [ $SGMINER_TT = "YES" ]
 then
-echo -e "\n\e[95mInstall SGMINER-TIMETRAVEL:\e[0m"
+echo -e "\n\e[95mInstall Sgminer-Timetravel:\e[0m"
 cd ~
 if [ ! -d sgminer-timetravel ]
 then
@@ -237,7 +237,7 @@ fi
 
 if [ $SGMINER_x16r = "YES" ]
 then
-echo -e "\n\e[95mInstall sgminer-x16r :\e[0m"
+echo -e "\n\e[95mInstall Sgminer-x16r :\e[0m"
 cd ~
 git clone https://github.com/wareck/sgminer-x16r.git
 cd ~/sgminer-x16r