From cd1a0a03a2fa8d422ba1717e9384254fbfd5697d Mon Sep 17 00:00:00 2001 From: Yuxiang Zhang Date: Tue, 3 Sep 2019 12:51:03 +0800 Subject: [PATCH] Update percona.sh --- percona.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/percona.sh b/percona.sh index d94026c..6330597 100755 --- a/percona.sh +++ b/percona.sh @@ -14,7 +14,7 @@ BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://repo.percona.com"} YUM_PATH="${BASE_PATH}/yum" APT_PATH="${BASE_PATH}/apt" -APT_VERSIONS=("wheezy" "jessie" "trusty" "xenial" "stretch" "bionic") +APT_VERSIONS=("wheezy" "jessie" "trusty" "xenial" "stretch" "bionic" "buster") EL_VERSIONS=("6" "7") mkdir -p ${YUM_PATH} ${APT_PATH}