File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
products/cloudflare-one/src/content/connections/connect-apps/install-and-setup Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,14 @@ Next, install `cloudflared`.
5757Use the deb package manager to install ` cloudflared ` on compatible machines. ` amd64 / x86-64 ` is used in this example.
5858
5959``` sh
60- wget -q https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb dpkg -i cloudflared-linux-amd64.deb
60+ $ wget -q https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb dpkg -i cloudflared-linux-amd64.deb
6161```
6262
63- ### .rpm install
63+ ### .rpm install
6464Use the rpm package manager to install ` cloudflared ` on compatible machines. ` amd64 / x86-64 ` is used in this example.
6565
6666``` sh
67- wget -q https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-x86_64.rpm
67+ $ wget -q https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-x86_64.rpm
6868```
6969
7070</div >
You can’t perform that action at this time.
0 commit comments