From 0b0e376b99c5a4790a171b65efce24bd88e6d052 Mon Sep 17 00:00:00 2001
From: VoXaN24 <30030208+VoXaN24@users.noreply.github.com>
Date: Wed, 6 Jul 2022 01:41:45 +0200
Subject: [PATCH] Made it IPv6 Only Friendly
---
PVEDiscordDark.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVEDiscordDark.sh b/PVEDiscordDark.sh
index 70ea180..0f98a3e 100644
--- a/PVEDiscordDark.sh
+++ b/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;
}
--
GitLab