Skip to content
Snippets Groups Projects
Unverified Commit 1a1820fa authored by Weilbyte's avatar Weilbyte Committed by GitHub
Browse files

Merge pull request #138 from VoXaN24/patch-1

Made it IPv6 Only Friendly
parents 3cf87c1d 9940f6f5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment