ping6 not available on arch linux by default

This commit is contained in:
GoliathLabs 2018-09-30 19:43:12 +02:00 committed by GitHub
parent 83b3cd0770
commit 681d169cb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -211,7 +211,7 @@ function installQuestions () {
echo "" echo ""
echo "Checking for IPv6 connectivity..." echo "Checking for IPv6 connectivity..."
echo "" echo ""
if ping6 -c4 ipv6.google.com > /dev/null 2>&1; then if ping -6 -c4 ipv6.google.com > /dev/null 2>&1; then
echo "Your host appears to have IPv6 connectivity." echo "Your host appears to have IPv6 connectivity."
SUGGESTION="y" SUGGESTION="y"
else else