mirror of
https://github.com/leitbogioro/Tools.git
synced 2025-10-08 14:27:07 +08:00
Update InstallNET.sh
This commit is contained in:
parent
ab98d37048
commit
256d1c4388
1 changed files with 1 additions and 1 deletions
|
@ -1995,7 +1995,7 @@ if [[ -n "$tmpDIST" ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
# Fedora releases history:
|
# Fedora releases history:
|
||||||
# https://en.wikipedia.org/wiki/Fedora_Linux_release_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"
|
echo -ne "\n${red}Warning:${plain} $Relese $DISTCheck is not supported!\n"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue