reordered and renamed for wikidocs

This commit is contained in:
2024-08-10 00:18:30 -05:00
parent 8b47549ff7
commit 1466447ccc
19 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
---
title: InstallAdguardhome
description:
published: true
date: 2024-04-15T20:53:29.602Z
tags:
editor: markdown
dateCreated: 2024-04-15T20:41:56.055Z
---
## **Run as root**
**Download latest from** https://github.com/AdguardTeam/AdGuardHome/releases/latest
**Extract to /opt**
```bash
tar xvf AdGuardHome_linux_amd64.tar.gz -C /opt
rm AdGuardHome_linux_amd64.tar.gz
```
**Run setup**
```bash
cd /opt/AdGuardHome
./AdGuardHome -s install
```