From 8221e90eddf8e9871fe36aaee671805ffead062d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Jun 2025 20:00:49 -0500 Subject: [PATCH] Update install-dsmon.sh --- install-dsmon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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