From e7cf89025e6226edd691f62ba35a2d0c9083d679 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Jun 2025 19:59:34 -0500 Subject: [PATCH] Update install-dsmon.sh --- install-dsmon.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install-dsmon.sh b/install-dsmon.sh index 6977069..2e1e7df 100755 --- a/install-dsmon.sh +++ b/install-dsmon.sh @@ -29,13 +29,13 @@ fi if [[ "${RNIP}" == "10.6.1"* ]]; then mysqlcmd=mysql + do_with_root $APTFUNC install wget curl git mailutils bc mysql-client else - mysqlcmd=mariadb + mysqlcmd=mariadb + do_with_root $APTFUNC install wget curl git mailutils bc mariadb-client fi -do_with_root $APTFUNC install wget curl git mailutils bc - do_with_root set -eu do_with_root git clone https://git.schroedercity.com/voltron/dsmon.git /opt/idssys/dsmon do_with_root ln -s /opt/idssys/dsmon/run.sh /usr/local/bin/dsmon