dotsplus > dots+

This commit is contained in:
tuxwarrior
2024-05-04 15:17:19 -05:00
parent 8643f0cd87
commit a891e97544
2 changed files with 3 additions and 3 deletions

View File

@@ -179,8 +179,8 @@ if [ ${operation} == "dots" ] ; then
fi
# dotsplus (wallpapers, fonts ++)
if [ ${operation} == "dotsplus" ] ; then
# dots+ (wallpapers, fonts ++)
if [ ${operation} == "dots+" ] ; then
echo "***** ${operation} *****"
rm -rf ${clone_trg}/dotsplus-main

View File

@@ -76,7 +76,7 @@ shopt -u extglob
shopt -s extglob
if [ $operation == "dots+" ] ; then
execute_script 99_deploy.sh dotsplus
execute_script 99_deploy.sh dots+
fi
shopt -u extglob