uninstaller updated

This commit is contained in:
victor 2020-02-14 10:04:01 +03:30
parent 3251c10a00
commit c4d1b9d06d
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ main(){
if [ -d "$CACHE_PATH" ];then
echo "--------------------------------"
echo "all downloaded components are in cache directory and you can use them for photoshop installation next time without wasting internet traffic"
echo "your cache directory is $CACHE_PATH"
echo -e "your cache directory is \033[1;36m$CACHE_PATH\e[0m"
echo "--------------------------------"
ask_question "would you delete cache directory?" "N"
if [ "$result" == "yes" ];then