File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/content/docs/cloudflare-one/connections/connect-networks/downloads Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ sudo launchctl start com.cloudflare.cloudflared
51511 . Update the ` cloudflared ` package:
5252
5353``` sh
54- sudo apt-get update && sudo apt-get upgrade cloudflared
54+ sudo apt-get update && sudo apt-get install --only- upgrade cloudflared
5555```
5656
57572 . Restart the service:
@@ -119,9 +119,9 @@ docker run --pull always cloudflare/cloudflared:latest tunnel --no-autoupdate ru
119119
1201202 . Run the following command to update ` cloudflared ` :
121121
122- ``` sh
123- docker run --pull always -v < PATH-TO-YOUR-LOCAL-CLOUDFLARED> :/home/nonroot/.cloudflared cloudflare/cloudflared:latest tunnel --no-autoupdate run < TUNNEL-ID>
124- ```
122+ ``` sh
123+ docker run --pull always -v < PATH-TO-YOUR-LOCAL-CLOUDFLARED> :/home/nonroot/.cloudflared cloudflare/cloudflared:latest tunnel --no-autoupdate run < TUNNEL-ID>
124+ ```
125125
126126</TabItem > <TabItem label = " Other" >
127127
You can’t perform that action at this time.
0 commit comments