projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e5deb3
)
remove top-level pre-expansion
author
AJ ONeal
<aj@therootcompany.com>
Mon, 5 Oct 2020 23:07:22 +0000
(23:07 +0000)
committer
AJ ONeal
<aj@therootcompany.com>
Mon, 5 Oct 2020 23:07:22 +0000
(23:07 +0000)
_webi/template.sh
patch
|
blob
|
history
diff --git
a/_webi/template.sh
b/_webi/template.sh
index 6ca7bbfe73579537d1216dd29552bae0bada3485..a041e41ac3b530cddc2461f8743ef7fd1e855401 100644
(file)
--- a/
_webi/template.sh
+++ b/
_webi/template.sh
@@
-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