From 7781c2c6fda9b55ae08892747e2cba650340567f Mon Sep 17 00:00:00 2001 From: hmage Date: Tue, 27 Nov 2018 13:19:20 +0300 Subject: [PATCH] Updated Raspberry Pi (markdown) --- Raspberry-Pi.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Raspberry-Pi.md b/Raspberry-Pi.md index b8c39c3..0b31a2c 100644 --- a/Raspberry-Pi.md +++ b/Raspberry-Pi.md @@ -55,13 +55,13 @@ Once you're done and everything went successfully, you will be greeted by Raspbe Go to [AdGuard Home page](https://github.com/AdguardTeam/AdGuardHome#installation) and download binaries for Raspberry Pi. -At the time of writing this guide, the latest version is v0.9. +At the time of writing this guide, the latest version is v0.91. Let's download AdGuard Home and unpack it: ```bash cd $HOME -wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.9/AdGuardHome_v0.9_linux_arm.tar.gz -tar xvf AdGuardHome_v0.9_linux_arm.tar.gz +wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.91/AdGuardHome_v0.91_linux_arm.tar.gz +tar xvf AdGuardHome_v0.91_linux_arm.tar.gz ``` It will unpack into a new directory called `AdGuardHome`.