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:
parent
31ebf4996d
commit
87ad1acb7d
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue