Update virtualbox.sh

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

View File

@ -15,7 +15,7 @@ BASE_PATH="${TUNASYNC_WORKING_DIR}"
RPM_PATH="${BASE_PATH}/rpm"
APT_PATH="${BASE_PATH}/apt"
APT_VERSIONS=("xenial" "trusty" "precise" "stretch" "jessie" "wheezy" "squeeze" "bionic")
APT_VERSIONS=("bionic" "xenial" "trusty" "precise" "buster" "stretch" "jessie" "wheezy" "squeeze")
EL_VERSIONS=("5" "6" "7")
mkdir -p ${RPM_PATH} ${APT_PATH}