Last active
May 4, 2025 00:44
-
-
Save jonathands/d48d22aaebc54dac5415a7c6cfca0e6c to your computer and use it in GitHub Desktop.
install cloudflare warp on mint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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