Skip to content

Instantly share code, notes, and snippets.

View bolinocroustibat's full-sized avatar

Adrien Carpentier bolinocroustibat

View GitHub Profile
@bolinocroustibat
bolinocroustibat / curl-h3.sh
Created August 17, 2025 19:00 — forked from sinwoobang/curl-h3.sh
Install curl supporting HTTP/3 on Apple Silicon
# Referred to https://dev.to/gjrdiesel/installing-curl-with-http3-on-macos-2di2
# Clean up any old version of curl you may have already tried to install
brew remove -f curl
# Download the curl ruby install script provided by cloudflare
curl -O https://gist.github.com/sinwoobang/bfc7cc8d4d38157bde064fc2ccb60c64/raw/bf55b7c6af9ed06d2cd909ea167a69948a800e7d/curl.rb
# Install curl via that script from the latest git repos
brew install --HEAD -s curl.rb