Skip to content

Instantly share code, notes, and snippets.

@milnak
Last active June 13, 2023 20:11
Show Gist options
  • Save milnak/7ef4da64f21b5bf25188a5e2baf3408b to your computer and use it in GitHub Desktop.
Save milnak/7ef4da64f21b5bf25188a5e2baf3408b to your computer and use it in GitHub Desktop.
Simple script to update pihole #linux
#!/bin/bash
set -e
pihole -v
pihole -up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment