Skip to content

How to upgrade system and apps

bash
sudo apt update && sudo apt upgrade -y
sudo apt autoremove -y
yunohost tools update
yunohost app upgrade
yunohost diagnosis run
[ -f /var/run/reboot-required ] && echo REBOOT_REQUIRED

Optional Docker hygiene: docker system prune -af (does not replace app upgrades).

Northeast Systems · Aux Server · Infra Server