You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Add Cloudflare's apt repo to your apt repositories:
13
13
14
14
```sh
15
-
echo"deb [signed-by=/usr/share/keyrings/cloudflare-main.gpg] https://pkg.cloudflare.com/cloudflared any main"| sudo tee /etc/apt/sources.list.d/cloudflared.list
15
+
echo"deb [signed-by=/usr/share/keyrings/cloudflare-public-v2.gpg] https://pkg.cloudflare.com/cloudflared any main"| sudo tee /etc/apt/sources.list.d/cloudflared.list
0 commit comments