2020.06.23-18:38:41

This commit is contained in:
Gerd Zelo 2020-06-23 18:38:41 +02:00
parent 3bd611787a
commit 6077a9e736
1 changed files with 6 additions and 0 deletions

View File

@ -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!"