SkillAgentSearch skills...

Zzupdate

A simple command to fully update an Ubuntu PC/server via apt. Mostly hands-off and unattended.

Install / Use

/learn @TurboLabIt/Zzupdate
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

🔃 zzupdate 🔃

A simple command to fully update an Ubuntu PC/server via apt. Mostly hand-off and unattended. The provided setup.sh auto-installs/updates the code and makes the script available as a new, simple shell command (zzupdate). The project aims to deliver a fully configfile-driven script: no code editing should be necessary!

Parli italiano? » Leggi: Aggiornare Ubuntu: quali differenze fra apt-get update, apt-get upgrade e apt-get dist-upgrade? Il modo migliore è... zzupdate!

logo

Install

sudo apt update && sudo apt install curl -y && curl -s https://raw.githubusercontent.com/TurboLabIt/zzupdate/master/setup.sh | sudo bash

Now copy the provided sample configuration file (zzupdate.default.conf) to your own zzupdate.conf and set your preference:

sudo cp /usr/local/turbolab.it/zzupdate/zzupdate.default.conf /etc/turbolab.it/zzupdate.conf && sudo nano /etc/turbolab.it/zzupdate.conf

Safe config

Need a safe default config for production servers?

ln -s /usr/local/turbolab.it/zzupdate/zzupdate.profile.server.conf /etc/turbolab.it/zzupdate.conf

Run it

It's upgrade time! Run zzupdate to fully update your system.

Guides/reviews

Social

View on GitHub
GitHub Stars67
CategoryDevelopment
Updated19d ago
Forks6

Languages

Shell

Security Score

80/100

Audited on Mar 12, 2026

No findings