diff --git a/setup-apkrepos.in b/setup-apkrepos.in index e798a63f0bc14924a90200674647c70885544fc0..9263adf4be75123b3e5ce04671168b186db7a81e 100644 --- a/setup-apkrepos.in +++ b/setup-apkrepos.in @@ -117,9 +117,11 @@ add_mirror() { local mirror="$1" mkdir -p "${APKREPOS_PATH%/*}" echo "${mirror%/}/${release}/main" >> $APKREPOS_PATH + echo "#${mirror%/}/${release}/community" >> $APKREPOS_PATH case "$release" in v[0-9]*) echo "#${mirror%/}/edge/main" >> $APKREPOS_PATH;; + echo "#${mirror%/}/edge/community" >> $APKREPOS_PATH;; esac echo "#${mirror%/}/edge/testing" >> $APKREPOS_PATH echo "" >> $APKREPOS_PATH