From f242c0f4e783e11320672687900c7a2d182f9546 Mon Sep 17 00:00:00 2001 From: PostOakLab <145173033+PostOakLab@users.noreply.github.com> Date: Wed, 25 Oct 2023 21:46:31 -0500 Subject: [PATCH] update2 --- _posts/2023-10-25-AdGuardHome.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/_posts/2023-10-25-AdGuardHome.md b/_posts/2023-10-25-AdGuardHome.md index 2b7e093..19ddfd4 100644 --- a/_posts/2023-10-25-AdGuardHome.md +++ b/_posts/2023-10-25-AdGuardHome.md @@ -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. 1. Download with this command: -`cd +```cd 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: -`cd ./AdGuardHome/ -sudo ./AdGuardHome -s install`` +```cd ./AdGuardHome/ +sudo ./AdGuardHome -s install +```