mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:52:46 +00:00
Rename firefox -> mozilla, remove i386
Some checks are pending
docker-images / multi (., tunasync-scripts) (push) Waiting to run
docker-images / multi (bandersnatch) (push) Waiting to run
docker-images / multi (dockerfiles/rubygems, rubygems-mirror) (push) Waiting to run
docker-images / multi (ftpsync) (push) Waiting to run
docker-images / multi (nix-channels) (push) Waiting to run
docker-images / multi (pub-mirror) (push) Waiting to run
docker-images / multi (rustup-mirror) (push) Waiting to run
docker-images / multi (shadowmire) (push) Waiting to run
Some checks are pending
docker-images / multi (., tunasync-scripts) (push) Waiting to run
docker-images / multi (bandersnatch) (push) Waiting to run
docker-images / multi (dockerfiles/rubygems, rubygems-mirror) (push) Waiting to run
docker-images / multi (ftpsync) (push) Waiting to run
docker-images / multi (nix-channels) (push) Waiting to run
docker-images / multi (pub-mirror) (push) Waiting to run
docker-images / multi (rustup-mirror) (push) Waiting to run
docker-images / multi (shadowmire) (push) Waiting to run
Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
parent
6c89639872
commit
4a2b734186
|
|
@ -15,7 +15,7 @@ APT_PATH="${BASE_PATH}/apt"
|
||||||
|
|
||||||
# =================== APT repos ===============================
|
# =================== APT repos ===============================
|
||||||
# see: https://packages.mozilla.org/apt/dists/mozilla/InRelease
|
# see: https://packages.mozilla.org/apt/dists/mozilla/InRelease
|
||||||
"$apt_sync" --delete "${BASE_URL/}/apt" mozilla main amd64,i386,arm64 "${APT_PATH}"
|
"$apt_sync" --delete "${BASE_URL/}/apt" mozilla main amd64,arm64 "${APT_PATH}"
|
||||||
echo "APT finished"
|
echo "APT finished"
|
||||||
|
|
||||||
"${_here}/helpers/size-sum.sh" $REPO_SIZE_FILE --rm
|
"${_here}/helpers/size-sum.sh" $REPO_SIZE_FILE --rm
|
||||||
Loading…
Reference in New Issue