Update install-dsmon.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user