From cc69ec41dca9e46a770af0e7fd2d277787fb380a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jan 2019 14:12:48 -0600 Subject: [PATCH] Update install-mysqlbu.sh --- install-mysqlbu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-mysqlbu.sh b/install-mysqlbu.sh index 0fa3d8e..b270aec 100755 --- a/install-mysqlbu.sh +++ b/install-mysqlbu.sh @@ -25,6 +25,7 @@ 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 update do_with_root $APTFUNC -y install wget curl git xtrabackup do_with_root set -eu