Updates KDE Plasma icons to Papirus
This commit is contained in:
BIN
kde/carlos.knsv
BIN
kde/carlos.knsv
Binary file not shown.
@@ -3,12 +3,12 @@ echo "Please enter version number (default ${default_version}):"
|
|||||||
read version
|
read version
|
||||||
|
|
||||||
if [ -z "$version" ]; then
|
if [ -z "$version" ]; then
|
||||||
version=default_version
|
version=${default_version}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
installer_path=~/Downloads/DaVinci_Resolve_Studio_${version}_Linux/DaVinci_Resolve_Studio_${version}_Linux.run
|
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
|
case $answer in
|
||||||
[Nn]*)
|
[Nn]*)
|
||||||
|
|||||||
Reference in New Issue
Block a user