Skip to content

Commit

Permalink
fix(postinst): only update browsers
Browse files Browse the repository at this point in the history
Minimal upgrades: browsers only.
  • Loading branch information
rebornplusplus authored Jan 1, 2025
1 parent 0f130c5 commit 2a0f1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postinst/admin/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ update_packages() {
echo -n "Updating packages... "

log run_as_root apt-get update
log run_as_root apt-get dist-upgrade -y
log run_as_root apt-get install -y --only-upgrade google-chrome-stable firefox
log run_as_root apt-get autoremove -y

echo "DONE"
Expand Down

0 comments on commit 2a0f1f8

Please sign in to comment.