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:
parent
4ce2d0af45
commit
10f8294958
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
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)
|
Automatic method: nix-based systems (contributed by lelgenio)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/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
|
chmod +x dzgui.sh
|
||||||
xdg_file="$HOME/.local/share/applications/dzgui.desktop"
|
xdg_file="$HOME/.local/share/applications/dzgui.desktop"
|
||||||
share="$HOME/.local/share/dzgui"
|
share="$HOME/.local/share/dzgui"
|
||||||
|
|
Loading…
Reference in a new issue