docs(internal): comments about downloads

This commit is contained in:
AJ ONeal
2021-12-05 05:01:36 +00:00
parent 0287cd4beb
commit 62fbb37acf
+3
View File
@@ -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