mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-22 02:21:33 -05:00
Fixed Fedora 34 support
This commit is contained in:
parent
6cb9fd7875
commit
20525fe6b0
@ -131,8 +131,8 @@ os_check(){
|
||||
exit 2
|
||||
fi
|
||||
elif [ "$lsb_dist" = "fedora" ]; then
|
||||
if [ "$dist_version" != "33" ] && [ "$dist_version" != "32" ]; then
|
||||
output "Unsupported Fedora version. Only Fedora 33 and 32 are supported."
|
||||
if [ "$dist_version" != "34" ] && [ "$dist_version" != "33" ]; then
|
||||
output "Unsupported Fedora version. Only Fedora 34 and 33 are supported."
|
||||
exit 2
|
||||
fi
|
||||
elif [ "$lsb_dist" = "centos" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user