Your Name 6 years ago
parent
commit
0981bc7864
1 changed files with 2 additions and 2 deletions
  1. 2 2
      setup_amd.sh

+ 2 - 2
setup_amd.sh

@@ -10,7 +10,7 @@ host_name="Miner1"
 #Drivers="18.20"
 Drivers="18.40"
 
-ROCM_="YES" #rcom compute
+ROCM_="NO" #rcom compute
 ETHMine="YES"
 XMRIG_AMD="YES"
 XMRIG_CPU="YES"
@@ -99,7 +99,7 @@ if [ $ROCM_ = "YES" ]
  wget -qO - http://repo.radeon.com/rocm/apt/debian/rocm.gpg.key | sudo apt-key add -
  sudo sh -c 'echo deb [arch=amd64] http://repo.radeon.com/rocm/apt/debian/ xenial main > /etc/apt/sources.list.d/rocm.list'
  sudo apt-get update
- sudo apt-get install rocm-dkms rocm-opencl-dev -y
+ sudo apt-get install rocm-opencl-dev -y
  sudo usermod -a -G video work
  cd ..
  echo -e "\e[97mDone !\e[0m"