Make package updates noisier by default

This commit is contained in:
2026-04-20 23:07:50 -04:00
parent 89afcea891
commit eb25a12b93

View File

@@ -2041,7 +2041,7 @@ main() {
esac esac
echo "Updating package lists" echo "Updating package lists"
if ! execute "${PKG_UPDATE[@]}"; then if ! "${PKG_UPDATE[@]}"; then
err "Package update failed!" err "Package update failed!"
remove_legacy_repo remove_legacy_repo
if [[ $MC_REPO != "$MC_REPO_HARDCODE" ]]; then if [[ $MC_REPO != "$MC_REPO_HARDCODE" ]]; then