From 4adeab6013edd06e3e6be037cf8e7859b4cc8150 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 17 Jun 2020 20:56:44 -0600 Subject: [PATCH] .bash -> .sh --- _webi/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_webi/bootstrap.sh b/_webi/bootstrap.sh index 9e12dba..7b40578 100644 --- 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.bash?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" \\ -- 2.25.1