diff --git a/unbound/installUnbound.sh b/unbound/installUnbound.sh index 7e708241..c8594c2c 100644 --- a/unbound/installUnbound.sh +++ b/unbound/installUnbound.sh @@ -4,6 +4,12 @@ # # HINWEIS/WICHTIG: Erst Pihole, dann Unbound installieren! +# Installation/Ausführen: +# 1. sudo -i +# 2. wget -N https://raw.githubusercontent.com/Zelo72/rpi/master/unbound/installUnbound.sh +# 3. chmod +x intstallUnbound.sh +# 4. ./installUnbound.sh + # Script muss als Root ausgeführt werden if [ "$(id -u)" != "0" ]; then echo "Das Script muss mit Rootrechten ausgeführt werden!"