Skip to content

Instantly share code, notes, and snippets.

@zackbradys
Created April 1, 2023 04:44
Show Gist options
  • Save zackbradys/bd2f28049def041ba08105c23ca9b833 to your computer and use it in GitHub Desktop.
Save zackbradys/bd2f28049def041ba08105c23ca9b833 to your computer and use it in GitHub Desktop.
#pihole install
#simple linux pihole install
#reach out with questions to @zackbradys
sudo su
curl -sSL https://install.pi-hole.net | sudo PIHOLE_SKIP_OS_CHECK=true PIHOLE_SELINUX=true bash
#check pihole status
pihole status
#change password
pihole -a -p
#login to pihole admin dashboard
#http://$IP/admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment