From 0ed859fb0c4d9cc354dae300beebd036dd3f79cd Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 22 Mar 2022 20:37:54 -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 a803ca2..1e81f79 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