From 7e26f3a58102b07595470d332870ff2bb0a0cfd1 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Mon, 11 May 2020 00:59:21 +0500 Subject: [PATCH] ubuntu 20 --- cyberpanel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyberpanel.sh b/cyberpanel.sh index 993cc279d..492668dcd 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -554,7 +554,7 @@ elif echo $OUTPUT | grep -q "CentOS Linux 8" ; then echo -e "\nDetecting CentOS 8.X...\n" SERVER_OS="CentOS" CENTOS_8="True" -elif echo $OUTPUT | grep -q "Ubuntu 18.04" ; then +elif echo $OUTPUT | grep -q "Ubuntu" ; then if uname -m | grep -q 64 ; then echo -e "\nDetecting Ubuntu 18.04...\n" SERVER_OS="Ubuntu"