From 35b7a8972bc1e2f09963325a715c96aeca3d8e3e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jan 2019 14:10:24 -0600 Subject: [PATCH] Update install-mysqlbu.sh --- install-mysqlbu.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install-mysqlbu.sh b/install-mysqlbu.sh index 8d0ab7b..1222f61 100755 --- a/install-mysqlbu.sh +++ b/install-mysqlbu.sh @@ -21,7 +21,11 @@ fi echo "" echo -e "${CS[color,LightGreen]}MySQL-BU Installation Script${CS[color,Default]}" -do_with_root $APTFUNC -y install wget curl git +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 $APTFUNC -y install wget curl git xtrabackup do_with_root set -eu do_with_root git clone https://git.schroedercity.com/voltron/MySQL-BU.git /opt/mysqlbu