Update 'install-mysqlbu.sh'

This commit is contained in:
2022-03-22 20:37:54 -05:00
parent b70421d60c
commit 0ed859fb0c

View File

@@ -15,7 +15,7 @@ echo -e "${idsCL[LightGreen]}MySQL-BU Installation Script${idsCL[Default]}"
#do_with_root percona-release enable-only tools release
#do_with_root $APTFUNC update
do_with_root curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash
#do_with_root curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash
do_with_root $APTFUNC -y install wget curl git mariadb-backup
do_with_root set -eu