From f02b66c428229094529b2592e7c07966d265eaac Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 1 Jul 2023 19:47:32 -0500 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3ff950d..fe7f22e 100755 --- a/install.sh +++ b/install.sh @@ -13,7 +13,7 @@ echo -e "\n${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