Update percona.sh

This commit is contained in:
Yuxiang Zhang 2019-09-03 12:51:03 +08:00 committed by GitHub
parent 3e54a69fc9
commit cd1a0a03a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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