1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-06-04 00:13:00 +02:00
dztui/install.sh

11 lines
348 B
Bash
Raw Normal View History

2023-05-17 08:23:02 +09:00
#!/usr/bin/env bash
2023-05-07 04:48:41 +09:00
curl "https://raw.githubusercontent.com/aclist/dztui/main/dzgui.sh" > dzgui.sh
2022-08-07 14:46:38 +09:00
chmod +x dzgui.sh
2023-05-19 23:25:28 +09:00
xdg_file="$HOME/.local/share/applications/dzgui.desktop"
share="$HOME/.local/share/dzgui"
conf="$HOME/.config/dztui"
[[ -f $xdg_file ]] && rm $xdg_file
2023-05-29 18:46:53 +09:00
[[ -d $share ]] && rm -rf "$share"
[[ -d $conf ]] && rm -rf "$conf"
2022-08-07 14:46:38 +09:00
./dzgui.sh