mirror of
https://github.com/Zelo72/rpi
synced 2025-04-12 00:55:40 +02:00
Update installUnbound.sh
This commit is contained in:
parent
d5cde9d4f0
commit
23b5941500
@ -16,6 +16,11 @@ if [ "$(id -u)" != "0" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ! (ping -c1 -w2 google.de >/dev/null) && ! (ping -c1 -w2 cloudflare.com >/dev/null); then
|
||||||
|
echo "Keine Internetverbindung!"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
echo "*** Unbound installieren"
|
echo "*** Unbound installieren"
|
||||||
echo ""
|
echo ""
|
||||||
apt-get update
|
apt-get update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user