install latest `cloudflared` package
install latest `cloudflared` package
- download and install the latest
cloudflareddebian package and restart the service - using
dpkg --print-architectureit should pick the right version for the running OS
curl -L -o cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-$(dpkg --print-architecture).deb && dpkg -i cloudflared.deb && systemctl restart cloudflared