From fa652d5cda4fceb9ef1083c2a3b68af1632c026e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jan 2019 14:11:47 -0600 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 1222f61..0fa3d8e 100755 --- a/install-mysqlbu.sh +++ b/install-mysqlbu.sh @@ -24,7 +24,7 @@ echo -e "${CS[color,LightGreen]}MySQL-BU Installation Script${CS[color,Default]} cd /tmp wget https://repo.percona.com/apt/percona-release_latest.$(lsb_release -sc)_all.deb do_with_root dpkg -i percona-release_latest.$(lsb_release -sc)_all.deb - +do_with_root percona-release enable-only tools release do_with_root $APTFUNC -y install wget curl git xtrabackup do_with_root set -eu