mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 03:53:01 +02:00
Use wget
This commit is contained in:
parent
2b6061e428
commit
b4273404c1
1 changed files with 1 additions and 1 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -168,7 +168,7 @@ freedesktop_dirs(){
|
|||
#TODO: update url
|
||||
img_url="https://raw.githubusercontent.com/aclist/dztui/testing/images"
|
||||
for i in dzgui grid.png hero.png logo.png; do
|
||||
curl -s "$img_url/$i" > "$HOME/local/.share/dzgui/$i"
|
||||
wget --quiet "$img_url/$i" -P "$HOME/local/.share/dzgui/"
|
||||
done
|
||||
write_desktop_file > "$freedesktop_path/dzgui.desktop"
|
||||
write_desktop_file > "$HOME/Desktop/dzgui.desktop"
|
||||
|
|
Loading…
Reference in a new issue