mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Fixed error with DaVinchi Resolve installer not being executable
This commit is contained in:
parent
f1fcf55f7f
commit
65de29ca13
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user