Update install-dsmon.sh

This commit is contained in:
2025-06-01 20:00:49 -05:00
parent e7cf89025e
commit 8221e90edd

View File

@@ -29,7 +29,7 @@ fi
if [[ "${RNIP}" == "10.6.1"* ]]; then if [[ "${RNIP}" == "10.6.1"* ]]; then
mysqlcmd=mysql 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 else
mysqlcmd=mariadb mysqlcmd=mariadb
do_with_root $APTFUNC install wget curl git mailutils bc mariadb-client do_with_root $APTFUNC install wget curl git mailutils bc mariadb-client