1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-01-01 15:12:05 +01:00
dztui/install.sh

9 lines
291 B
Bash
Raw Normal View History

2023-05-19 16:29:50 +02:00
#!/usr/bin/env bash
2022-09-25 21:27:47 +02:00
curl "https://raw.githubusercontent.com/aclist/dztui/testing/dzgui.sh" > dzgui.sh
2022-08-06 03:05:18 +02:00
chmod +x dzgui.sh
2023-05-19 16:29:50 +02:00
xdg_file="$HOME/.local/share/applications/dzgui.desktop"
share="$HOME/.local/share/dzgui"
[[ -f $xdg_file ]] && rm $xdg_file
2023-11-22 16:57:09 +01:00
[[ -d $share ]] && rm -rf "$share"
2022-08-06 03:05:18 +02:00
./dzgui.sh