VoXaN24
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
PVEDiscordDark.sh
|
|
@ -53,8 +53,8 @@ else |
|
|
|
fi |
|
|
|
|
|
|
|
if [ "$OFFLINE" = false ]; then |
|
|
|
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}"; |
|
|
|
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; |
|
|
|
} |
|
|
|
|
|
|
|