diff --git a/Getting-Started.md b/Getting-Started.md index 0863c33..55df5ce 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -16,16 +16,16 @@ Download the archive with the binary file for your operating system from the [la We currently **officially** support the following operating systems: -* [Rapsberry Pi (32-bit ARM)](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_linux_arm.tar.gz) -* [MacOS](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_MacOS.zip) -* [Windows 64-bit](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_Windows_amd64.zip) -* [Windows 32-bit](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_Windows_386.zip) -* [Linux 64-bit](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_linux_amd64.tar.gz) -* [Linux 32-bit](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_linux_386.tar.gz) +* [Rapsberry Pi (32-bit ARM)](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95-hotfix/AdGuardHome_v0.95-hotfix_linux_arm.tar.gz) +* [MacOS](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95-hotfix/AdGuardHome_v0.95-hotfix_MacOS.zip) +* [Windows 64-bit](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95-hotfix/AdGuardHome_v0.95-hotfix_Windows_amd64.zip) +* [Windows 32-bit](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95-hotfix/AdGuardHome_v0.95-hotfix_Windows_386.zip) +* [Linux 64-bit](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95-hotfix/AdGuardHome_v0.95-hotfix_linux_amd64.tar.gz) +* [Linux 32-bit](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95-hotfix/AdGuardHome_v0.95-hotfix_linux_386.tar.gz) -* [64-bit ARM](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_linux_arm64.tar.gz) -* [MIPS](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_linux_mips.tar.gz) -* [MIPSLE](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_linux_mipsle.tar.gz) +* [64-bit ARM](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95-hotfix/AdGuardHome_v0.95-hotfix_linux_arm64.tar.gz) +* [MIPS](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95-hotfix/AdGuardHome_v0.95-hotfix_linux_mips.tar.gz) +* [MIPSLE](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95-hotfix/AdGuardHome_v0.95-hotfix_linux_mipsle.tar.gz) > AdGuard Home can work on other operating systems as well (for instance, it can work on devices with MIPS CPU), but we need your help with testing it. diff --git a/Raspberry-Pi.md b/Raspberry-Pi.md index cd0af46..fa2c640 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.95. +At the time of writing this guide, the latest version is v0.95-hotfix. Let's download AdGuard Home and unpack it: ```bash cd $HOME -wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_linux_arm.tar.gz -tar xvf AdGuardHome_v0.95_linux_arm.tar.gz +wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95-hotfix/AdGuardHome_v0.95-hotfix_linux_arm.tar.gz +tar xvf AdGuardHome_v0.95-hotfix_linux_arm.tar.gz ``` It will unpack into a new directory called `AdGuardHome`. diff --git a/VPS.md b/VPS.md index b5ef20d..7dd497a 100644 --- a/VPS.md +++ b/VPS.md @@ -11,12 +11,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.95. +As of the time of writing, the latest version is v0.95-hotfix. To download AdGuard Home and unpack it execute following commands: ```bash -wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_linux_amd64.tar.gz -tar xvf AdGuardHome_v0.95_linux_amd64.tar.gz +wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95-hotfix/AdGuardHome_v0.95-hotfix_linux_amd64.tar.gz +tar xvf AdGuardHome_v0.95-hotfix_linux_amd64.tar.gz ``` You can find out the directory where you've unpacked it to by running these commands: