f653c8c999
Fix hip-nvcc install warning on postinstall and prerm script
6 satır
65 B
Bash
Çalıştırılabilir Dosya
6 satır
65 B
Bash
Çalıştırılabilir Dosya
#!/bin/bash
|
|
|
|
if [ -L "/opt/rocm" ] ; then
|
|
unlink /opt/rocm
|
|
fi
|