Updates KDE Plasma icons to Papirus
This commit is contained in:
@@ -3,12 +3,12 @@ echo "Please enter version number (default ${default_version}):"
|
||||
read version
|
||||
|
||||
if [ -z "$version" ]; then
|
||||
version=default_version
|
||||
version=${default_version}
|
||||
fi
|
||||
|
||||
installer_path=~/Downloads/DaVinci_Resolve_Studio_${version}_Linux/DaVinci_Resolve_Studio_${version}_Linux.run
|
||||
|
||||
read -p "Make sure the installer is located at '~/Downloads/Nuke${version}-linux-x86_64.run'. Press Enter to continue, or n to cancel..." answer
|
||||
read -p "Make sure the installer is located at '${installer_path}'. Press Enter to continue, or n to cancel..." answer
|
||||
|
||||
case $answer in
|
||||
[Nn]*)
|
||||
|
||||
Reference in New Issue
Block a user