mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Fixed DaVinci Resolve installer
This commit is contained in:
parent
bee0f3a832
commit
169ffdc1e1
@ -71,8 +71,13 @@ downloadPackage resolve $zipUrl "${packageName}.zip"
|
||||
# Installing package
|
||||
sudo dnf install libxcrypt-compat
|
||||
unzip -o $packageName
|
||||
chmod +x ./*${packageName}_Linux.run
|
||||
sudo ./*${packageName}_Linux.run -i -y
|
||||
installerName="DaVinci_Resolve_Studio_${major}.${minor}.${micro}"
|
||||
if [ ! -f ./*${installerName}_Linux.run ]; then
|
||||
installerName="${packageName}"
|
||||
fi
|
||||
echo "Installing ./*${installerName}_Linux.run"
|
||||
chmod +x ./*${installerName}_Linux.run
|
||||
sudo ./*${installerName}_Linux.run -i -y
|
||||
|
||||
# Version number backup
|
||||
sudo echo $urlVersion > $versionFile
|
||||
|
Loading…
x
Reference in New Issue
Block a user