Add buster in debian-elts

Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
Shengqi Chen 2024-07-02 16:57:17 +08:00
parent 01f7693c23
commit c2051ee938
No known key found for this signature in database
GPG Key ID: 6EE389C0F18AF774

View File

@ -11,9 +11,9 @@ BASE_PATH="${TUNASYNC_WORKING_DIR}"
export REPO_SIZE_FILE=/tmp/reposize.$RANDOM export REPO_SIZE_FILE=/tmp/reposize.$RANDOM
# see https://www.freexian.com/lts/extended/ for possible values # see https://www.freexian.com/lts/extended/ for possible values
codenames=(jessie stretch) codenames=(jessie stretch buster)
components=(main,contrib,non-free main,contrib,non-free) components=(main,contrib,non-free main,contrib,non-free main,contrib,non-free)
architectures=(i386,amd64,armhf,armel i386,amd64,armhf) architectures=(i386,amd64,armhf,armel i386,amd64,armhf i386,amd64,arm64,armhf)
"$apt_sync" --delete "${UPSTREAM}" "$(join_by , "${codenames[@]}")" "$(join_by : "${components[@]}")" "$(join_by : "${architectures[@]}")" "$BASE_PATH" "$apt_sync" --delete "${UPSTREAM}" "$(join_by , "${codenames[@]}")" "$(join_by : "${components[@]}")" "$(join_by : "${architectures[@]}")" "$BASE_PATH"