projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
416ed5d
4e9b4f8
)
Merge branch 'master' into justins_branch
author
AJ ONeal
<coolaj86@gmail.com>
Thu, 30 Jul 2020 16:24:28 +0000
(10:24 -0600)
committer
GitHub
<noreply@github.com>
Thu, 30 Jul 2020 16:24:28 +0000
(10:24 -0600)
1
2
_webi/template.sh
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
_webi/template.sh
index 244bd86c8e4887557899ebd48fb530dc98bc2743,c595d90991c48cc80f80cae0aa47210dbf477774..fc7629a27fec5bf2b4543f1614bd94d46e504975
---
1
/
_webi/template.sh
---
2
/
_webi/template.sh
+++ b/
_webi/template.sh
@@@
-167,10
-166,9
+167,10
@@@
webi_download()
# TODO curl -fsSL --remote-name --remote-header-name --write-out "$my_url"
curl -fSL -H "User-Agent: curl $WEBI_UA" "$my_url" -o "$my_dl.part"
fi
-
- echo ""
- echo "Saved as $my_dl" #Show the path of the package
mv "$my_dl.part" "$my_dl"
+
++ echo ""
+ echo "Saved as $my_dl"
}
# detect which archives can be used