Browse Source

Update install.sh

MHSanaei 2 years ago
parent
commit
f01cb8f1d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -62,7 +62,7 @@ if [[ x"${release}" == x"centos" ]]; then
         echo -e "${red} Please use CentOS 8 or higher ${plain}\n" && exit 1
     fi
 elif [[ x"${release}" == x"ubuntu" ]]; then
-    if [[ ${os_version} -lt 18 ]]; then
+    if [[ ${os_version} -lt 20 ]]; then
         echo -e "${red} Please use Ubuntu 20 or higher ${plain}\n" && exit 1
     fi
 elif [[ x"${release}" == x"debian" ]]; then