mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-06-30 17:22:02 +00:00
Fixed error with DaVinchi Resolve installer not being executable
This commit is contained in:
@ -69,6 +69,7 @@ downloadPackage resolve $zipUrl "${packageName}.zip"
|
||||
# Installing package
|
||||
sudo dnf install libxcrypt-compat
|
||||
unzip -o $packageName
|
||||
chmod +x ./*${packageName}*.run
|
||||
sudo ./*${packageName}*.run -i -y
|
||||
|
||||
# Version number backup
|
||||
|
Reference in New Issue
Block a user