Update InstallNET.sh

This commit is contained in:
Molly Lau 2023-06-01 00:14:23 +09:00 committed by GitHub
parent ab98d37048
commit 256d1c4388
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1995,7 +1995,7 @@ if [[ -n "$tmpDIST" ]]; then
exit 1
# Fedora releases history:
# https://en.wikipedia.org/wiki/Fedora_Linux_release_history
elif [[ "$linux_relese" == 'fedora' ]] && [[ "$RedHatSeries" -le "35" ]]; then
elif [[ "$linux_relese" == 'fedora' ]] && [[ "$RedHatSeries" -le "36" ]]; then
echo -ne "\n${red}Warning:${plain} $Relese $DISTCheck is not supported!\n"
exit 1
fi