From 057d01c42560ccf2f487bf3fb4e6968652c091dc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 1 Oct 2022 08:51:30 -0500 Subject: [PATCH] Update install-mysqlbu.sh --- install-mysqlbu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-mysqlbu.sh b/install-mysqlbu.sh index c4c7bc4..708084c 100755 --- a/install-mysqlbu.sh +++ b/install-mysqlbu.sh @@ -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