ubuntu 20

This commit is contained in:
Usman Nasir
2020-05-11 00:59:21 +05:00
parent c2d0e3075e
commit 7e26f3a581

View File

@@ -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"