Merge pull request #131 from lovesegfault/curl-quiet
refactor(lib/install-nix): quiet down curl spam
This commit is contained in:
		| @@ -57,7 +57,7 @@ echo "installer options: ${installer_options[*]}" | ||||
|  | ||||
| # There is --retry-on-errors, but only newer curl versions support that | ||||
| curl_retries=5 | ||||
| while ! curl -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://nixos.org/nix/install}" | ||||
| while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://nixos.org/nix/install}" | ||||
| do | ||||
|   sleep 1 | ||||
|   ((curl_retries--)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user