mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
kde-neon: add cnf component
Ref: https://github.com/tuna/issues/issues/1325
This commit is contained in:
parent
67c6bb42b8
commit
541a6fb68e
@ -29,7 +29,7 @@ OS_TEMPLATE = {
|
||||
'debian-latest2': ["buster", "bullseye"],
|
||||
'debian-latest': ["bullseye"],
|
||||
}
|
||||
ARCH_NO_PKGIDX = ['dep11', 'i18n']
|
||||
ARCH_NO_PKGIDX = ['dep11', 'i18n', 'cnf']
|
||||
MAX_RETRY=int(os.getenv('MAX_RETRY', '3'))
|
||||
DOWNLOAD_TIMEOUT=int(os.getenv('DOWNLOAD_TIMEOUT', '1800'))
|
||||
REPO_SIZE_FILE = os.getenv('REPO_SIZE_FILE', '')
|
||||
|
@ -12,7 +12,7 @@ APT_PATH="${BASE_PATH}/user"
|
||||
export REPO_SIZE_FILE=/tmp/reposize.$RANDOM
|
||||
|
||||
# =================== APT repos ===============================
|
||||
"$apt_sync" --delete "${BASE_URL}/user" focal,bionic main dep11,all,amd64 "${BASE_PATH}/user"
|
||||
"$apt_sync" --delete "${BASE_URL}/user" focal,bionic main dep11,cnf,all,amd64 "${BASE_PATH}/user"
|
||||
echo "APT finished"
|
||||
|
||||
"${_here}/helpers/size-sum.sh" $REPO_SIZE_FILE --rm
|
||||
|
Loading…
x
Reference in New Issue
Block a user