Created
December 3, 2023 00:26
-
-
Save meetox80/e3e907e1127a31e722f72d4c1807868e to your computer and use it in GitHub Desktop.
Debian 12 cloudflare-warp install script
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
curl -fsSL https://pkg.cloudflareclient.com/pubkey.gpg | gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg | |
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ bookworm main" | tee /etc/apt/sources.list.d/cloudflare-client.list | |
apt update && apt install -y cloudflare-warp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment