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:
parent
21b8388a9e
commit
42a6cecd8c
1 changed files with 0 additions and 2 deletions
2
install.sh
Normal file → Executable file
2
install.sh
Normal file → Executable 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
|
||||
|
|
Loading…
Reference in a new issue