diff --git a/kde/carlos.knsv b/kde/carlos.knsv index 3cdcc6b..23465b0 100644 Binary files a/kde/carlos.knsv and b/kde/carlos.knsv differ diff --git a/vfx/resolve.sh b/vfx/resolve.sh index 2c14bda..269ed44 100644 --- a/vfx/resolve.sh +++ b/vfx/resolve.sh @@ -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]*)