mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-20 04:26:25 +00:00
docs(internal): comments about downloads
This commit is contained in:
@@ -139,6 +139,7 @@ function __bootstrap_webi() {
|
||||
|
||||
# detect if file is downloaded, and how to download it
|
||||
webi_download() {
|
||||
# determine the url to download
|
||||
if [ -n "${1:-}" ]; then
|
||||
my_url="$1"
|
||||
else
|
||||
@@ -154,6 +155,8 @@ function __bootstrap_webi() {
|
||||
fi
|
||||
my_url="$WEBI_PKG_URL"
|
||||
fi
|
||||
|
||||
# determine the location to download to
|
||||
if [ -n "${2:-}" ]; then
|
||||
my_dl="$2"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user