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