diff --git a/PVEDiscordDark.sh b/PVEDiscordDark.sh
index 70ea1800fe7ce69fc774c6e4024c3e96a53263b9..0f98a3e254ef7662eec7bae3a7e6ab2a35e941f1 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;
     }