v0.95-hotfix version bump

Simon Zolin 2019-04-24 13:54:37 +03:00
parent 365b1591d7
commit 4562d6ca0f
3 changed files with 15 additions and 15 deletions

@ -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.

@ -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`.

6
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: