Install ethminer as root in Downloads just like AMDGPU PRO.

This commit is contained in:
2021-02-11 20:39:38 -06:00
parent 93bbc49749
commit 7a63b72b58
3 changed files with 13 additions and 20 deletions

View File

@ -48,8 +48,4 @@
- name: AMDGPU | Install Pro Driver
shell: 'cd /root/Downloads/amdgpu-pro-20.45-1188099-ubuntu-20.04; ./amdgpu-pro-install -y --opencl=pal,legacy'
when: amdgpu_install.failed
- name: AMDGPU | Delete Downloads
shell: 'rm -rf /root/Downloads/*'
when: amdgpu_install.failed