mirror of
https://github.com/aclist/dztui.git
synced 2024-12-30 14:12:04 +01:00
fix: enable redirects
This commit is contained in:
parent
33b2aa85df
commit
1be68e7be3
2 changed files with 2 additions and 2 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
version=5.6.0-beta.12
|
version=5.6.0-beta.13
|
||||||
|
|
||||||
#CONSTANTS
|
#CONSTANTS
|
||||||
aid=221100
|
aid=221100
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
curl "https://codeberg.org/aclist/dzgui/raw/branch/dzgui/dzgui.sh" > dzgui.sh
|
curl -L "https://codeberg.org/aclist/dzgui/raw/branch/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