diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 99daaa52..bf5cd35d 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -3,6 +3,13 @@ # by Jacob Salmela # Network-wide ad blocking via your Raspberry Pi # +# (c) 2015 by Jacob Salmela +# This file is part of Pi-hole. +# +# Pi-hole is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. # pi-hole.net/donate # # Install with this command (from your Pi): diff --git a/automated install/uninstall.sh b/automated install/uninstall.sh index b0dd3368..563d8d07 100644 --- a/automated install/uninstall.sh +++ b/automated install/uninstall.sh @@ -1,5 +1,13 @@ -#!/bin/bash +#!/usr/bin/env bash # Completely uninstalls the Pi-hole +# (c) 2015 by Jacob Salmela +# This file is part of Pi-hole. +# +# Pi-hole is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. + ######### SCRIPT ########### sudo apt-get -y remove --purge dnsutils bc toilet