From 6077a9e736f333391e05b68f8bf1b0976778582e Mon Sep 17 00:00:00 2001 From: Gerd Zelo Date: Tue, 23 Jun 2020 18:38:41 +0200 Subject: [PATCH] 2020.06.23-18:38:41 --- unbound/installUnbound.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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!"