Skip to content

Instantly share code, notes, and snippets.

@ouyi
Created May 24, 2020 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ouyi/9c3ef4fd52c6b79b5ba32ff51fcd7b19 to your computer and use it in GitHub Desktop.
Save ouyi/9c3ef4fd52c6b79b5ba32ff51fcd7b19 to your computer and use it in GitHub Desktop.
raspberrypi_install_AdGuardHome.sh
# https://github.com/AdguardTeam/AdGuardHome/wiki/Raspberry-Pi
cd $HOME
wget https://static.adguard.com/adguardhome/release/AdGuardHome_linux_arm.tar.gz
tar xvf AdGuardHome_linux_arm.tar.gz
cd AdGuardHome
sudo ./AdGuardHome -s install
@ouyi
Copy link
Author

ouyi commented May 24, 2020

Tested not working on raspberry pi 3 b+: https://snapcraft.io/install/adguard-home/raspbian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment