Update install-dsmon.sh

This commit is contained in:
2025-06-01 19:59:34 -05:00
parent f27c16301d
commit e7cf89025e

View File

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