Browse Source

Merge pull request #138 from VoXaN24/patch-1

Made it IPv6 Only Friendly
pull/146/head
Weilbyte 2 years ago
committed by GitHub
parent
commit
1a1820fa16
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      PVEDiscordDark.sh

4
PVEDiscordDark.sh

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

Loading…
Cancel
Save