From ed62bf25f823f4dff0f027afdf059fc9ad5a99c8 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Sat, 4 May 2024 15:12:55 -0500 Subject: [PATCH] dots+ > dotsplus --- scripts/99_deploy.sh | 4 ++-- scripts/curae.sh | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 9b5774f..6cfca5d 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -179,8 +179,8 @@ if [ ${operation} == "dots" ] ; then fi -# dots+ (wallpapers, fonts ++) -if [ ${operation} == "dots+" ] ; then +# dotsplus (wallpapers, fonts ++) +if [ ${operation} == "dotsplus" ] ; then echo "***** ${operation} *****" rm -rf ${clone_trg}/dotsplus-main diff --git a/scripts/curae.sh b/scripts/curae.sh index 1829b68..83d2138 100644 --- a/scripts/curae.sh +++ b/scripts/curae.sh @@ -31,7 +31,7 @@ fi this_file_name=`basename "$0"` if [ $# -lt 1 ]; then - echo "usage: '$this_file_name { dots | dots+ | uf / upd-full [host]? | sw / software {update/install} [host]? | us / upd-self | yay }'" + echo "usage: '$this_file_name { dots | dotsplus | uf / upd-full [host]? | sw / software {update/install} [host]? | us / upd-self | yay }'" exit 1 fi @@ -41,7 +41,7 @@ parameter_2=$3 shopt -s extglob case $operation in - !(dots|dots+|uf|upd-full|sw|software|us|upd-self|yay)) + !(dots|dotsplus|uf|upd-full|sw|software|us|upd-self|yay)) echo "error: unknown operation '$operation'" exit ;; @@ -72,11 +72,11 @@ if [ $operation == "dots" ] ; then fi shopt -u extglob -# update dots+ (wallpapers, fonts, ++) +# update dotsplus (wallpapers, fonts, ++) shopt -s extglob -if [ $operation == "dots+" ] ; then +if [ $operation == "dotsplus" ] ; then - execute_script 99_deploy.sh dots+ + execute_script 99_deploy.sh dotsplus fi shopt -u extglob