1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-29 13:52:03 +01:00

fix: update installscript

This commit is contained in:
aclist 2023-11-23 00:57:09 +09:00
parent 31ebf4996d
commit 87ad1acb7d

View file

@ -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