mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-25 16:32:47 +00:00
parent
b15c555e82
commit
5acc83d8b1
|
|
@ -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,cnf,all,amd64 "${BASE_PATH}/user"
|
||||
"$apt_sync" --delete "${BASE_URL}/user" focal,bionic main dep11,cnf,all,amd64,i386 "${BASE_PATH}/user"
|
||||
echo "APT finished"
|
||||
|
||||
"${_here}/helpers/size-sum.sh" $REPO_SIZE_FILE --rm
|
||||
|
|
|
|||
Loading…
Reference in New Issue