Browse Source

Made it IPv6 Only Friendly

pull/138/head
VoXaN24 2 years ago
committed by GitHub
parent
commit
0b0e376b99
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      PVEDiscordDark.sh

2
PVEDiscordDark.sh

@ -53,7 +53,7 @@ else
fi
if [ "$OFFLINE" = false ]; then
curl -sSf -f https://github.com/robots.txt &> /dev/null || {
curl -sSf -f https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/PVEDiscordDark.sh &> /dev/null || {
echo -e >&2 "${BRED}Could not establish a connection to GitHub (github.com)${REG}";
exit 1;
}

Loading…
Cancel
Save