Skip to content

Commit 7e26f3a

Browse files
committed
ubuntu 20
1 parent c2d0e30 commit 7e26f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyberpanel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ elif echo $OUTPUT | grep -q "CentOS Linux 8" ; then
554554
echo -e "\nDetecting CentOS 8.X...\n"
555555
SERVER_OS="CentOS"
556556
CENTOS_8="True"
557-
elif echo $OUTPUT | grep -q "Ubuntu 18.04" ; then
557+
elif echo $OUTPUT | grep -q "Ubuntu" ; then
558558
if uname -m | grep -q 64 ; then
559559
echo -e "\nDetecting Ubuntu 18.04...\n"
560560
SERVER_OS="Ubuntu"

0 commit comments

Comments
 (0)