Browse Source

Update PVEDiscordDark.sh

pull/138/head
VoXaN24 2 years ago
committed by GitHub
parent
commit
9940f6f5e4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      PVEDiscordDark.sh

4
PVEDiscordDark.sh

@ -53,8 +53,8 @@ else
fi fi
if [ "$OFFLINE" = false ]; then if [ "$OFFLINE" = false ]; then
curl -sSf -f https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/PVEDiscordDark.sh &> /dev/null || { curl -sSf -f https://raw.githubusercontent.com/ &> /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 (https://raw.githubusercontent.com)${REG}";
exit 1; exit 1;
} }

Loading…
Cancel
Save