mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
Merge pull request #152 from TheFiZi/patch-1
Add download location for CentOS/RHEL/Fedora
This commit is contained in:
@@ -22,11 +22,19 @@ The installation is fairly straightforward, however be aware of what architectur
|
||||
Download the installer package, then use `apt-get` to install the package along with any dependencies. Proceed to run the binary with the `-v` flag to check it is all working.
|
||||
|
||||
```
|
||||
# For Debian/Ubuntu
|
||||
wget https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-amd64.deb
|
||||
sudo apt-get install ./cloudflared-stable-linux-amd64.deb
|
||||
cloudflared -v
|
||||
|
||||
# For CentOS/RHEL/Fedora
|
||||
wget https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-amd64.rpm
|
||||
sudo yum install ./cloudflared-stable-linux-amd64.rpm
|
||||
cloudflared -v
|
||||
```
|
||||
|
||||
**Note:** Binaries for other operating systems can be found here: https://developers.cloudflare.com/argo-tunnel/downloads/
|
||||
|
||||
#### ARM architecture (Raspberry Pi)
|
||||
|
||||
Here we are downloading the precompiled binary and copying it to the `/usr/local/bin/` directory to allow execution by the cloudflared user. Proceed to run the binary with the `-v` flag to check it is all working.
|
||||
|
||||
Reference in New Issue
Block a user