mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 01:35: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
|
# Installing package
|
||||||
sudo dnf install libxcrypt-compat
|
sudo dnf install libxcrypt-compat
|
||||||
unzip -o $packageName
|
unzip -o $packageName
|
||||||
|
chmod +x ./*${packageName}*.run
|
||||||
sudo ./*${packageName}*.run -i -y
|
sudo ./*${packageName}*.run -i -y
|
||||||
|
|
||||||
# Version number backup
|
# Version number backup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user