Fix acidentally removed local directory specifiers.

This commit is contained in:
Hyperling 2021-02-11 12:56:07 -06:00
parent b104709e80
commit 884086edb2

View File

@ -23,11 +23,11 @@
when: amdgpu_installed.failed
- name: AMDGPU | Install 1 - All
shell: 'cd Downloads/amdgpu-pro-20.45-1188099-ubuntu-20.04; amdgpu-install -y'
shell: 'cd Downloads/amdgpu-pro-20.45-1188099-ubuntu-20.04; ./amdgpu-install -y'
when: amdgpu_installed.failed
- name: AMDGPU | Install 2 - Pro
shell: 'cd Downloads/amdgpu-pro-20.45-1188099-ubuntu-20.04; amdgpu-pro-install -y --opencl=pal,legacy'
shell: 'cd Downloads/amdgpu-pro-20.45-1188099-ubuntu-20.04; ./amdgpu-pro-install -y --opencl=pal,legacy'
when: amdgpu_installed.failed
- name: AMDGPU | Delete