From 6d03db7e4f1afa14c5257137f80403f62ccc4e3b Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Wed, 1 May 2024 11:08:34 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index b24908e..f82ca07 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -77,6 +77,7 @@ deploy_file() { # download all dots (dot files) from repo if [ ${operation} == "dots" ] ; then echo "***** ${operation} *****" + rm -rf ${clone_trg}/lnx-arch download_repo ${targz_dots_url} tree ${clone_trg}/lnx-arch @@ -101,6 +102,7 @@ fi # download wallpapers from repo if [ ${operation} == "wp" ] ; then echo "***** ${operation} *****" + rm -rf ${clone_trg}/wallpaper-main download_repo ${targz_wp_url} tree ${clone_trg}/wallpaper-main