Update tools.func

This commit is contained in:
CanbiZ 2025-08-08 09:09:53 +02:00 committed by Push From Github
parent c52a12df6a
commit 8adbaba12e

View File

@ -305,7 +305,6 @@ setup_mariadb() {
echo "mariadb-server-$ver mariadb-server/feedback boolean false" | debconf-set-selections echo "mariadb-server-$ver mariadb-server/feedback boolean false" | debconf-set-selections
done done
fi fi
echo "Test2"
DEBIAN_FRONTEND=noninteractive $STD apt-get install -y mariadb-server mariadb-client DEBIAN_FRONTEND=noninteractive $STD apt-get install -y mariadb-server mariadb-client
msg_ok "Setup MariaDB $MARIADB_VERSION" msg_ok "Setup MariaDB $MARIADB_VERSION"