How to update a Debian/Ubuntu system

Lexical Test Body

Keep your system secure by regularly updating packages. ```bash sudo apt update && sudo apt upgrade -y ``` *Tip*: Schedule this command in a weekly cron job.

Lexical Test Body

Keep your system secure by regularly updating packages. ```bash sudo apt update && sudo apt upgrade -y ``` *Tip*: Schedule this command in a weekly cron job.