feature: add gpg (GnuPG)
[webi-installers/.git] / _webi / template.sh
index adbc3e98e47ad6c1797409e666bc96db7b50b7d0..0ca652bc9ed6f2ac1042317d44d103dbcb608c87 100644 (file)
@@ -35,6 +35,7 @@ function __bootstrap_webi() {
     #PKG_ARCHES=
     #PKG_FORMATS=
     WEBI_UA="$(uname -a)"
+    WEBI_PKG_DOWNLOAD=""
     export WEBI_HOST
 
     ##
@@ -152,6 +153,9 @@ function __bootstrap_webi() {
             my_dl="$HOME/Downloads/$WEBI_PKG_FILE"
         fi
 
+        WEBI_PKG_DOWNLOAD="${my_dl}"
+        export WEBI_PKG_DOWNLOAD
+
         if [ -e "$my_dl" ]; then
             echo "Found $my_dl"
             return 0