mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-05-24 02:36:58 +00:00
Fix package selection for Resolve installer
This commit is contained in:
parent
29df83e3d4
commit
ce56dd2d85
@ -51,7 +51,7 @@ downloadPackage resolve $zipUrl $packageName
|
|||||||
# Installing package
|
# Installing package
|
||||||
sudo dnf install libxcrypt-compat
|
sudo dnf install libxcrypt-compat
|
||||||
unzip -o $packageName
|
unzip -o $packageName
|
||||||
sudo ./*16.2.5*.run -i -y
|
sudo ./*${urlVersion}*.run -i -y
|
||||||
|
|
||||||
# Graphics card fix
|
# Graphics card fix
|
||||||
sudo rm /etc/OpenCL/vendors/mesa.icd
|
sudo rm /etc/OpenCL/vendors/mesa.icd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user