Skip to content

Commit

Permalink
Rename firefox -> mozilla, remove i386
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <i@harrychen.xyz>
  • Loading branch information
Harry-Chen committed Aug 24, 2024
1 parent 6c89639 commit 4a2b734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firefox.sh → mozilla.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ APT_PATH="${BASE_PATH}/apt"

# =================== APT repos ===============================
# 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"

"${_here}/helpers/size-sum.sh" $REPO_SIZE_FILE --rm

0 comments on commit 4a2b734

Please sign in to comment.