Skip to content
Snippets Groups Projects
Unverified Commit 0b0e376b authored by VoXaN24's avatar VoXaN24 Committed by GitHub
Browse files

Made it IPv6 Only Friendly

parent 3cf87c1d
Branches
Tags
No related merge requests found
...@@ -53,7 +53,7 @@ else ...@@ -53,7 +53,7 @@ else
fi fi
if [ "$OFFLINE" = false ]; then 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}"; echo -e >&2 "${BRED}Could not establish a connection to GitHub (github.com)${REG}";
exit 1; exit 1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment