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:
df64451
)
.bash -> .sh
author
AJ ONeal
<coolaj86@gmail.com>
Thu, 18 Jun 2020 02:56:44 +0000
(20:56 -0600)
committer
AJ ONeal
<coolaj86@gmail.com>
Thu, 18 Jun 2020 02:56:44 +0000
(20:56 -0600)
_webi/bootstrap.sh
patch
|
blob
|
history
diff --git
a/_webi/bootstrap.sh
b/_webi/bootstrap.sh
index 9e12dbaf0fe916c3016001b93be5cad6c34e68ca..7b4057869c2ae3c969aa08e6ee28bc21518c1535 100644
(file)
--- a/
_webi/bootstrap.sh
+++ b/
_webi/bootstrap.sh
@@
-67,7
+67,7
@@
export WEBI_BOOT="\$(mktemp -d -t "\$my_package-bootstrap.XXXXXXXX")"
export WEBI_HOST="\${WEBI_HOST:-https://webinstall.dev}"
export WEBI_UA="\$(uname -a)"
-my_installer_url="\$WEBI_HOST/api/installers/\$my_package.
ba
sh?formats=\$my_ext"
+my_installer_url="\$WEBI_HOST/api/installers/\$my_package.sh?formats=\$my_ext"
set +e
if [ -n "\$WEBI_CURL" ]; then
curl -fsSL "\$my_installer_url" -H "User-Agent: curl \$WEBI_UA" \\