1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-28 21:32:36 +01:00
dztui/install.sh

9 lines
290 B
Bash
Raw Normal View History

2023-05-17 01:23:02 +02:00
#!/usr/bin/env bash
2024-12-12 04:25:26 +01:00
curl -L "https://codeberg.org/aclist/dzgui/raw/branch/dzgui/dzgui.sh" > dzgui.sh
2022-08-07 07:46:38 +02:00
chmod +x dzgui.sh
2023-05-19 16:25:28 +02:00
xdg_file="$HOME/.local/share/applications/dzgui.desktop"
share="$HOME/.local/share/dzgui"
[[ -f $xdg_file ]] && rm $xdg_file
2023-05-29 11:46:53 +02:00
[[ -d $share ]] && rm -rf "$share"
2022-08-07 07:46:38 +02:00
./dzgui.sh