diff --git a/_webi/curl-pipe-bootstrap.tpl.sh b/_webi/curl-pipe-bootstrap.tpl.sh index 73ec37e..eed2f7c 100644 --- a/_webi/curl-pipe-bootstrap.tpl.sh +++ b/_webi/curl-pipe-bootstrap.tpl.sh @@ -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)"