mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-02 17:30:18 +00:00
remove top-level pre-expansion
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
{
|
||||
function __bootstrap_webi() {
|
||||
|
||||
set -e
|
||||
set -u
|
||||
@@ -284,12 +284,14 @@ echo "Have a problem? Experience a bug? Please let us know:"
|
||||
echo " https://github.com/webinstall/packages/issues"
|
||||
echo ""
|
||||
|
||||
{
|
||||
function __init_installer() {
|
||||
|
||||
{{ installer }}
|
||||
|
||||
}
|
||||
|
||||
__init_installer
|
||||
|
||||
##
|
||||
##
|
||||
## END custom override functions
|
||||
@@ -354,3 +356,5 @@ rm -rf "$WEBI_TMP"
|
||||
# See? No magic. Just downloading and moving files.
|
||||
|
||||
}
|
||||
|
||||
__bootstrap_webi
|
||||
|
||||
Reference in New Issue
Block a user