Skip to content

Instantly share code, notes, and snippets.

@jonathands
Last active May 4, 2025 00:44
Show Gist options
  • Save jonathands/d48d22aaebc54dac5415a7c6cfca0e6c to your computer and use it in GitHub Desktop.
Save jonathands/d48d22aaebc54dac5415a7c6cfca0e6c to your computer and use it in GitHub Desktop.
install cloudflare warp on mint
echo "deb [signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ jammy main" | sudo tee /etc/apt/sources.list.d/cloudflare-client.list
## force Jammy
sudo apt-get update && sudo apt-get install cloudflare-warp
warp-cli registration new
warp-cli connect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment