docs: update home/adguard/InstallAdguardhome
This commit is contained in:
@@ -1,14 +1,25 @@
|
||||
---
|
||||
title: InstallAdguardhome
|
||||
description:
|
||||
published: true
|
||||
date: 2024-04-15T20:52:24.254Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2024-04-15T20:41:56.055Z
|
||||
---
|
||||
|
||||
# Run as root
|
||||
|
||||
#### Download latest from https://github.com/AdguardTeam/AdGuardHome/releases/latest
|
||||
**Download latest from** https://github.com/AdguardTeam/AdGuardHome/releases/latest
|
||||
|
||||
**Extract to /opt**
|
||||
|
||||
#### Extract to /opt
|
||||
```bash
|
||||
tar xvf AdGuardHome_linux_amd64.tar.gz -C /opt
|
||||
rm AdGuardHome_linux_amd64.tar.gz
|
||||
```
|
||||
|
||||
#### Run setup
|
||||
**Run setup**
|
||||
```bash
|
||||
cd /opt/AdGuardHome
|
||||
./AdGuardHome -s install
|
||||
|
||||
Reference in New Issue
Block a user