From 95e54b097a6d231a86df2e2b9b9ab81de92a0a61 Mon Sep 17 00:00:00 2001 From: istiak101 <30789544+istiak101@users.noreply.github.com> Date: Fri, 6 Aug 2021 08:13:15 +0600 Subject: [PATCH] Fix #453 Fix of https://github.com/usmannasir/cyberpanel/issues/453 --- cyberpanel.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/cyberpanel.sh b/cyberpanel.sh index 473eb8822..5549583c4 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -268,8 +268,6 @@ elif grep -q -E "Rocky Linux" /etc/os-release ; then Server_OS="RockyLinux" elif grep -q -E "Ubuntu 18.04|Ubuntu 20.04|Ubuntu 20.10" /etc/os-release ; then Server_OS="Ubuntu" -elif grep -q -E "Rocky Linux" /etc/os-release ; then - Server_OS="RockyLinux" else echo -e "Unable to detect your system..." echo -e "\nCyberPanel is supported on Ubuntu 18.04 x86_64, Ubuntu 20.04 x86_64, Ubuntu 20.10 x86_64, CentOS 7.x, CentOS 8.x, AlmaLinux 8.x, RockyLinux 8.x, CloudLinux 7.x, CloudLinux 8.x...\n" @@ -866,11 +864,11 @@ EOF Check_Return "yum repo" "no_exit" cat </etc/yum.repos.d/MariaDB.repo -# MariaDB 10.5 CentOS repository list - created 2020-09-08 14:54 UTC +# MariaDB 10.4 CentOS repository list - created 2021-08-06 02:01 UTC # http://downloads.mariadb.org/mariadb/repositories/ [mariadb] name = MariaDB -baseurl = http://yum.mariadb.org/10.5/centos7-amd64 +baseurl = http://yum.mariadb.org/10.4/centos7-amd64 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1 EOF @@ -1930,4 +1928,4 @@ Post_Install_Setup_Utility Post_Install_Tweak -Post_Install_Display_Final_Info \ No newline at end of file +Post_Install_Display_Final_Info