-
I used your script to install cloudflared. It's working fine. I'm now getting an update message on my cloudflare dashboard. I found these instructions to do the update. `If installed via apt: Update the cloudflared package: Restart the service: If installed manually via dpkg -i: You can check if cloudflared was installed by a package manager by running ls -la /usr/local/etc/cloudflared/ and looking for .installedFromPackageManager in the output. Update the cloudflared package: Restart the service: When I checked for .installedFromPackageManager, it was present. Did your script install using dpkg? I'm asking because I don't see any mention of it in the script. It may just be the case that I don't know what to look for. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Cloudflared is updated by a regular |
Beta Was this translation helpful? Give feedback.
Cloudflared is updated by a regular
apt update && apt upgrade
also the Proxmox VE LXC Updater can get it done 😉