1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-06-27 11:28:57 +02:00
dztui/install.sh

11 lines
347 B
Bash
Raw Normal View History

2023-05-19 23:29:50 +09:00
#!/usr/bin/env bash
2022-09-26 04:27:47 +09:00
curl "https://raw.githubusercontent.com/aclist/dztui/testing/dzgui.sh" > dzgui.sh
2022-08-06 10:05:18 +09:00
chmod +x dzgui.sh
2023-05-19 23:29:50 +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
[[ -d $share ]] && rm -rf $share
[[ -d $conf ]] && rm -rf $conf
2022-08-06 10:05:18 +09:00
./dzgui.sh