mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:42:46 +00:00
Update erlang.sh
This commit is contained in:
parent
c493ae0c91
commit
e28178d873
|
|
@ -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 ===============================
|
||||
|
|
|
|||
Loading…
Reference in New Issue