aboutsummaryrefslogtreecommitdiff
path: root/posts/adguard.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-20 12:13:49 -0400
committerBradley Taunt <bt@btxx.org>2024-07-20 12:13:49 -0400
commitb810d9a0b47dd49a90cc8ec7bf1b05f59ff945b3 (patch)
treed4e70797a7c1237a7e8a9be0d025e878d2601160 /posts/adguard.md
parentf39a84524d77bcc2a83adfab01716c67cc7e983b (diff)
Crude testing with blogrb
Diffstat (limited to 'posts/adguard.md')
-rw-r--r--posts/adguard.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/posts/adguard.md b/posts/adguard.md
index f89ce2b..5cd1e5a 100644
--- a/posts/adguard.md
+++ b/posts/adguard.md
@@ -26,31 +26,31 @@ Don't flash anything just yet! Be sure to use the gear icon and edit the setting
Put the SD card into your Pi, connect power and ethernet. Give it a bit of time to boot up. Once you see a nice solid green LED, go back to your local computer's terminal and enter the following command:
-```sh
+~~~sh
ssh piguard@piguard.local
-```
+~~~
If everything was set up properly you will be asked to trust this device. Next, you will be prompted to enter the device password you setup.
Once you are connected directly to the Pi, it's best to check for updates:
-```sh
+~~~sh
sudo apt update
-```
+~~~
...and if updates are in fact available, install them via:
-```sh
+~~~sh
sudo apt upgrade
-```
+~~~
## Installing AdGuard Home
Simply run the automated installer:
-```sh
+~~~sh
curl -s -S -L https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s -- -v
-```
+~~~
Follow the instructions and you'll be setup in no time! To view your AdGuard dashboard at any time, you can now simply navigate to `piguard.local`.