1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-04 19:43:00 +02:00

fix: update installscript

This commit is contained in:
aclist 2023-11-23 00:55:13 +09:00
parent 21b8388a9e
commit 42a6cecd8c

2
install.sh Normal file → Executable file
View file

@ -3,8 +3,6 @@ curl "https://raw.githubusercontent.com/aclist/dztui/dzgui/dzgui.sh" > dzgui.sh
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"
./dzgui.sh