v0.95 version bump
parent
85e826dce9
commit
5368d09d6c
|
@ -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:
|
We currently **officially** support the following operating systems:
|
||||||
|
|
||||||
* [Rapsberry Pi (32-bit ARM)](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.94/AdGuardHome_v0.94_linux_arm.tar.gz)
|
* [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.94/AdGuardHome_v0.94_MacOS.zip)
|
* [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.94/AdGuardHome_v0.94_Windows_amd64.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.94/AdGuardHome_v0.94_Windows_386.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.94/AdGuardHome_v0.94_linux_amd64.tar.gz)
|
* [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.94/AdGuardHome_v0.94_linux_386.tar.gz)
|
* [Linux 32-bit](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_linux_386.tar.gz)
|
||||||
|
|
||||||
* [64-bit ARM](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.94/AdGuardHome_v0.94_linux_arm64.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.94/AdGuardHome_v0.94_linux_mips.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.94/AdGuardHome_v0.94_linux_mipsle.tar.gz)
|
* [MIPSLE](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_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.
|
> 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.
|
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.94.
|
At the time of writing this guide, the latest version is v0.95.
|
||||||
|
|
||||||
Let's download AdGuard Home and unpack it:
|
Let's download AdGuard Home and unpack it:
|
||||||
```bash
|
```bash
|
||||||
cd $HOME
|
cd $HOME
|
||||||
wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.94/AdGuardHome_v0.94_linux_arm.tar.gz
|
wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_linux_arm.tar.gz
|
||||||
tar xvf AdGuardHome_v0.94_linux_arm.tar.gz
|
tar xvf AdGuardHome_v0.95_linux_arm.tar.gz
|
||||||
```
|
```
|
||||||
It will unpack into a new directory called `AdGuardHome`.
|
It will unpack into a new directory called `AdGuardHome`.
|
||||||
|
|
||||||
|
|
6
VPS.md
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).
|
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.94.
|
As of the time of writing, the latest version is v0.95.
|
||||||
|
|
||||||
To download AdGuard Home and unpack it execute following commands:
|
To download AdGuard Home and unpack it execute following commands:
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.94/AdGuardHome_v0.94_linux_amd64.tar.gz
|
wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.95/AdGuardHome_v0.95_linux_amd64.tar.gz
|
||||||
tar xvf AdGuardHome_v0.94_linux_amd64.tar.gz
|
tar xvf AdGuardHome_v0.95_linux_amd64.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
You can find out the directory where you've unpacked it to by running these commands:
|
You can find out the directory where you've unpacked it to by running these commands:
|
||||||
|
|
Loading…
Reference in New Issue