Skip to content

Commit

Permalink
Add buster in debian-elts
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Jul 2, 2024
1 parent 01f7693 commit c2051ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian-elts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ BASE_PATH="${TUNASYNC_WORKING_DIR}"
export REPO_SIZE_FILE=/tmp/reposize.$RANDOM

# see https://www.freexian.com/lts/extended/ for possible values
codenames=(jessie stretch)
components=(main,contrib,non-free main,contrib,non-free)
architectures=(i386,amd64,armhf,armel i386,amd64,armhf)
codenames=(jessie stretch buster)
components=(main,contrib,non-free main,contrib,non-free main,contrib,non-free)
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"

Expand Down

0 comments on commit c2051ee

Please sign in to comment.