diff --git a/erlang.sh b/erlang.sh index 7f1e3d6..d79b825 100755 --- a/erlang.sh +++ b/erlang.sh @@ -15,7 +15,7 @@ UBUNTU_PATH="${BASE_PATH}/ubuntu" DEBIAN_PATH="${BASE_PATH}/debian" UBUNTU_VERSIONS=("trusty" "xenial" "bionic") -DEBIAN_VERSIONS=("wheezy" "jessie" "stretch") +DEBIAN_VERSIONS=("wheezy" "jessie" "stretch" "buster") EL_VERSIONS=("6" "7") # =================== APT repos ===============================