Fixed error with DaVinchi Resolve installer not being executable

This commit is contained in:
Christian Colglazier 2021-02-11 22:08:39 -05:00
parent f1fcf55f7f
commit 65de29ca13

View File

@ -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