Merge pull request #3 from kmxz/master

Add debian-stretch repo for docker
This commit is contained in:
bigeagle 2016-11-05 21:42:54 +08:00 committed by GitHub
commit 30740664a2

View File

@ -6,7 +6,7 @@ set -o pipefail
_here=`dirname $(realpath $0)` _here=`dirname $(realpath $0)`
. ${_here}/helpers/apt-download . ${_here}/helpers/apt-download
APT_VERSIONS=("debian-wheezy" "debian-jessie" "ubuntu-precise" "ubuntu-trusty" "ubuntu-xenial") APT_VERSIONS=("debian-wheezy" "debian-jessie" "debian-stretch" "ubuntu-precise" "ubuntu-trusty" "ubuntu-xenial")
BASE_PATH="${TUNASYNC_WORKING_DIR}" BASE_PATH="${TUNASYNC_WORKING_DIR}"
APT_PATH="${BASE_PATH}/apt/repo" APT_PATH="${BASE_PATH}/apt/repo"