mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +08:00 
			
		
		
		
	Properly replace the -I curl option for the --server-response wget option.
This commit is contained in:
		| @@ -18,7 +18,7 @@ nvm_download() { | ||||
|     # Emulate curl with wget | ||||
|     ARGS=$(echo "$*" | sed -e 's/--progress-bar /--progress=bar /' \ | ||||
|                            -e 's/-L //' \ | ||||
|                            -e 's/-I //' \ | ||||
|                            -e 's/-I /--server-response /' \ | ||||
|                            -e 's/-s /-q /' \ | ||||
|                            -e 's/-o /-O /' \ | ||||
|                            -e 's/-C - /-c /') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user