Linaro安装adguardhome


root@marsboard:/webHome/AdGuardHome# cd /webHome
root@marsboard:/webHome# wget https://static.adguard.com/adguardhome/release/AdGuardHome_linux_arm.tar.gz
--2020-09-15 12:35:31--  https://static.adguard.com/adguardhome/release/AdGuardHome_linux_arm.tar.gz
Resolving static.adguard.com (static.adguard.com)... 104.20.90.49, 172.67.3.157, 104.20.91.49, ...
Connecting to static.adguard.com (static.adguard.com)|104.20.90.49|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6530032 (6.2M) [application/octet-stream]
Saving to: ‘AdGuardHome_linux_arm.tar.gz’

100%[==========================================================================================================================================>] 6,530,032    963KB/s   in 9.3s   

2020-09-15 12:35:43 (687 KB/s) - ‘AdGuardHome_linux_arm.tar.gz’ saved [6530032/6530032]

root@marsboard:/webHome# tar xvf AdGuardHome_linux_arm.tar.gz
AdGuardHome/
AdGuardHome/AdGuardHome
AdGuardHome/README.md
AdGuardHome/LICENSE.txt
root@marsboard:/webHome# cd AdGuardHome
root@marsboard:/webHome/AdGuardHome# ./AdGuardHome -s install
2020/09/15 12:36:27 [info] Service control action: install
2020/09/15 12:36:27 [info] Service has been started
2020/09/15 12:36:27 [info] Almost ready!
AdGuard Home is successfully installed and will automatically start on boot.
There are a few more things that must be configured before you can use it.
Click on the link below and follow the Installation Wizard steps to finish setup.
2020/09/15 12:36:27 [info] AdGuard Home is available on the following addresses:
2020/09/15 12:36:27 [info] Go to http://127.0.0.1:3000
2020/09/15 12:36:27 [info] Go to http://192.168.1.80:3000
2020/09/15 12:36:27 [info] Action install has been done successfully on linux-upstart
root@marsboard:/webHome/AdGuardHome#