Update erlang.sh

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

View File

@ -15,7 +15,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")
# =================== APT repos =============================== # =================== APT repos ===============================