Update install-mysqlbu.sh

This commit is contained in:
2019-01-05 14:10:24 -06:00
parent 84d6c801c8
commit 35b7a8972b

View File

@@ -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