Update influxdata.sh

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

View File

@ -16,7 +16,7 @@ UBUNTU_PATH="${BASE_PATH}/ubuntu"
DEBIAN_PATH="${BASE_PATH}/debian" DEBIAN_PATH="${BASE_PATH}/debian"
UBUNTU_VERSIONS=("trusty" "xenial" "bionic") UBUNTU_VERSIONS=("trusty" "xenial" "bionic")
DEBIAN_VERSIONS=("wheezy" "jessie" "stretch") DEBIAN_VERSIONS=("wheezy" "jessie" "stretch" "buster")
EL_VERSIONS=("6" "7") EL_VERSIONS=("6" "7")
mkdir -p ${YUM_PATH} ${UBUNTU_PATH} ${DEBIAN_PATH} mkdir -p ${YUM_PATH} ${UBUNTU_PATH} ${DEBIAN_PATH}