From 3b35987ee2d7995f308b4a51b3a540d990f4ced4 Mon Sep 17 00:00:00 2001 From: hmage Date: Fri, 4 Jan 2019 22:31:53 +0300 Subject: [PATCH] Bump version to v0.92-hotfix1 --- VPS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VPS.md b/VPS.md index 892ea68..99125f9 100644 --- a/VPS.md +++ b/VPS.md @@ -9,12 +9,12 @@ apt-get install sudo nano bind9-host Go to [AdGuard Home page](https://github.com/AdguardTeam/AdGuardHome#installation) and download binaries for your architecture (64-bit Linux in this example). -As of the time of writing, the latest version is v0.92. +As of the time of writing, the latest version is v0.92-hotfix1. To download AdGuard Home and unpack it execute following commands: ```bash -wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_linux_amd64.tar.gz -tar xvf AdGuardHome_v0.92_linux_amd64.tar.gz +wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92-hotfix1/AdGuardHome_v0.92-hotfix1_linux_amd64.tar.gz +tar xvf AdGuardHome_v0.92-hotfix1_linux_amd64.tar.gz ``` You can find out the directory where you've unpacked it to by running these commands: