mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
fix(bootstrap): typo '-f sSL' => '-f -sSL'
This commit is contained in:
@@ -121,7 +121,7 @@ fn_curl() { (
|
||||
|
||||
cmd_curl="curl -f -sSL -#"
|
||||
if fn_is_interactive; then
|
||||
cmd_curl="curl -f sSL"
|
||||
cmd_curl="curl -f -sSL"
|
||||
fi
|
||||
|
||||
b_triple_ua="$(fn_get_target_triple_user_agent)"
|
||||
|
||||
Reference in New Issue
Block a user