From 87ad1acb7d35e80000b8f19a4ac7659663f83f04 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 23 Nov 2023 00:57:09 +0900 Subject: [PATCH] fix: update installscript --- install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 706f08d..f459a44 100644 --- a/install.sh +++ b/install.sh @@ -3,8 +3,6 @@ curl "https://raw.githubusercontent.com/aclist/dztui/testing/dzgui.sh" > dzgui.s chmod +x dzgui.sh xdg_file="$HOME/.local/share/applications/dzgui.desktop" share="$HOME/.local/share/dzgui" -conf="$HOME/.config/dztui" [[ -f $xdg_file ]] && rm $xdg_file -[[ -d $share ]] && rm -rf $share -[[ -d $conf ]] && rm -rf $conf +[[ -d $share ]] && rm -rf "$share" ./dzgui.sh