Fixed DaVinci Resolve installer

This commit is contained in:
Christian Colglazier 2021-02-25 08:08:46 -05:00
parent 10e6311851
commit ec7bb7394b

View File

@ -71,13 +71,8 @@ downloadPackage resolve $zipUrl "${packageName}.zip"
# Installing package
sudo dnf install libxcrypt-compat
unzip -o $packageName
if [ ! -f "./*${packageName}*.run" ]; then
$packageName
fi
chmod +x ./*${packageName}*.run
sudo ./*${packageName}*.run -i -y
chmod +x ./*${packageName}_Linux.run
sudo ./*${packageName}_Linux.run -i -y
# Version number backup
sudo echo $urlVersion > $versionFile