mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 21:32:36 +01:00
Make executable
This commit is contained in:
parent
c5538db60c
commit
38d375444b
1 changed files with 1 additions and 0 deletions
1
dzgui.sh
1
dzgui.sh
|
@ -167,6 +167,7 @@ guess_path(){
|
|||
mkdir -p $HOME/.local/share/dzgui
|
||||
mkdir -p "$freedesktop_path"
|
||||
curl -Ls "$version_url" > "$freedesktop_path/dzgui.sh"
|
||||
chmod +x "$freedesktop_path/dzgui.sh"
|
||||
#TODO: update url
|
||||
img_url="https://raw.githubusercontent.com/aclist/dztui/testing"
|
||||
for i in dzgui grid.png hero.png logo.png; do
|
||||
|
|
Loading…
Reference in a new issue