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