Updates KDE Plasma icons to Papirus

This commit is contained in:
2024-09-28 20:40:47 -07:00
parent 58b7b35165
commit a73696c37e
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -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]*)