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}