diff --git a/install-dsmon.sh b/install-dsmon.sh index 2e1e7df..a205dac 100755 --- a/install-dsmon.sh +++ b/install-dsmon.sh @@ -29,7 +29,7 @@ fi if [[ "${RNIP}" == "10.6.1"* ]]; then mysqlcmd=mysql - do_with_root $APTFUNC install wget curl git mailutils bc mysql-client + do_with_root $APTFUNC install wget curl git mailutils bc mysql-client-8.0 else mysqlcmd=mariadb do_with_root $APTFUNC install wget curl git mailutils bc mariadb-client