Revert "[macOS] Force curl to use IPv4 (#9586)" (#9631)

This commit is contained in:
Erik Bershel
2024-04-04 12:32:34 +02:00
committed by GitHub
parent 84dd663dac
commit 00b6696f38
2 changed files with 0 additions and 4 deletions

View File

@@ -36,9 +36,6 @@ brew_smart_install jq
echo "Installing curl..."
brew_smart_install curl
echo "Configuring curl to resolve names with IPv4..."
echo '--ipv4' >> ~/.curlrc
echo "Installing wget..."
brew_smart_install "wget"