1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-29 13:52:03 +01:00

BREAKING CHANGE: new API

This commit is contained in:
aclist 2023-11-22 23:39:26 +09:00
parent 4ce2d0af45
commit 10f8294958
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ If any dependencies are missing when the application starts, it will warn you, s
Automatic method: generic OS (skip to step 3 below when complete)
```
curl -s "https://raw.githubusercontent.com/aclist/dztui/main/install.sh" | bash
curl -s "https://raw.githubusercontent.com/aclist/dztui/dzgui/install.sh" | bash
```
Automatic method: nix-based systems (contributed by lelgenio)

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
curl "https://raw.githubusercontent.com/aclist/dztui/main/dzgui.sh" > dzgui.sh
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"