Skip to content

Instantly share code, notes, and snippets.

@meetox80
Created December 3, 2023 00:26
Show Gist options
  • Save meetox80/e3e907e1127a31e722f72d4c1807868e to your computer and use it in GitHub Desktop.
Save meetox80/e3e907e1127a31e722f72d4c1807868e to your computer and use it in GitHub Desktop.
Debian 12 cloudflare-warp install script
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