This commit is contained in:
PostOakLab 2023-10-25 21:46:31 -05:00
parent 3fbdbb57c2
commit f242c0f4e7

View File

@ -12,12 +12,14 @@ Using [this guide](https://github.com/AdguardTeam/AdGuardHome/wiki/Raspberry-Pi)
This assumes you already have an OS installed on your Pi and you can ssh to the pi using the IP address. This assumes you already have an OS installed on your Pi and you can ssh to the pi using the IP address.
1. Download with this command: 1. Download with this command:
`cd ```cd
wget 'https://static.adguard.com/adguardhome/release/AdGuardHome_linux_armv6.tar.gz' wget 'https://static.adguard.com/adguardhome/release/AdGuardHome_linux_armv6.tar.gz'
tar -f AdGuardHome_linux_armv6.tar.gz -x -v`` tar -f AdGuardHome_linux_armv6.tar.gz -x -v
```
2. Install with this command: 2. Install with this command:
`cd ./AdGuardHome/ ```cd ./AdGuardHome/
sudo ./AdGuardHome -s install`` sudo ./AdGuardHome -s install
```