INTEL-2333 / AGHelper

AGHelper is a simple script to help you install and manage AdGuardHome on your Linux server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AGHelper

AGHelper is a simple script to help you install and manage AdGuardHome on your Linux server.

Preview

AGHelper_Preview

License

AGHelper is licensed as GPLv2.0 (like the Linux kernel) . You may use it under either license.

Usage

Global:

wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/INTEL-2333/AGHelper/main/upstream.sh" && chmod +x install.sh && bash install.sh

Chinese mainland:

wget -N --no-check-certificate -q -O install.sh "https://testingcf.jsdelivr.net/gh/INTEL-2333/AGHelper/upstream.sh" && chmod +x install.sh && bash install.sh

Thanks

Enjoy!

About

AGHelper is a simple script to help you install and manage AdGuardHome on your Linux server.

License:GNU General Public License v2.0


Languages

Language:Shell 100.0%