We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b866780 commit 1338a73Copy full SHA for 1338a73
mozilla.sh
@@ -15,7 +15,7 @@ APT_PATH="${BASE_PATH}/apt"
15
16
# =================== APT repos ===============================
17
# see: https://packages.mozilla.org/apt/dists/mozilla/InRelease
18
-"$apt_sync" --delete "${BASE_URL/}/apt" mozilla main amd64,arm64 "${APT_PATH}"
+"$apt_sync" --delete "${BASE_URL/}/apt" mozilla main all,amd64,arm64 "${APT_PATH}"
19
echo "APT finished"
20
21
"${_here}/helpers/size-sum.sh" $REPO_SIZE_FILE --rm
0 commit comments