v0.92
parent
e4afa3f1d8
commit
a25f9487db
6
VPS.md
6
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).
|
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.91.
|
As of the time of writing, the latest version is v0.92.
|
||||||
|
|
||||||
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.91/AdGuardHome_v0.91_linux_amd64.tar.gz
|
wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_linux_amd64.tar.gz
|
||||||
tar xvf AdGuardHome_v0.91_linux_amd64.tar.gz
|
tar xvf AdGuardHome_v0.92_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