From 3e08621d9a942eeed9548ba4a161cf0f38090e53 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 2 Jun 2025 20:20:13 -0500 Subject: [PATCH] Update install-dsmon.sh --- install-dsmon.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/install-dsmon.sh b/install-dsmon.sh index 869d29e..7f50322 100755 --- a/install-dsmon.sh +++ b/install-dsmon.sh @@ -29,13 +29,8 @@ fi if [[ "${RNIP}" == "10.6.1"* ]]; then mysqlip=10.6.1.5 - if [ "${RNIP}" == "10.6.1.5" ]; then - mysqlcmd="mysql" - do_with_root $APTFUNC install wget curl git mailutils bc mysql-client-8.0 - else - mysqlcmd="mariadb --skip-ssl" - do_with_root $APTFUNC install wget curl git mailutils bc mariadb-client - fi + mysqlcmd="mariadb --skip-ssl" + do_with_root $APTFUNC install wget curl git mailutils bc mariadb-client else mysqlcmd="mariadb --skip-ssl" do_with_root $APTFUNC install wget curl git mailutils bc mariadb-client