From cf78ddf58123c960d269279a964e3badb6270346 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Mon, 3 Jun 2024 20:19:32 +0200 Subject: [PATCH] Fix repository uninstallation --- uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uninstall.sh b/uninstall.sh index 2ca630dd..1d26fc95 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -12,7 +12,7 @@ function unlink() { } # repositories -[[ -n "$REMOVE_REPOSITORIES" ]] && rm -rf repositories +[[ -n "$REMOVE_REPOSITORIES" ]] && rm -rf repositories/* # install bit [[ -n "$REMOVE_INSTALLBIT" ]] && rm -rf "$HOME/.config/.jstm_dotfiles"