mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-08-18 03:15:31 +00:00
Fix package selection for Resolve installer
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user