{"id":41953756,"url":"https://github.com/turbolabit/zzupdate","last_synced_at":"2026-01-25T22:03:21.093Z","repository":{"id":23594503,"uuid":"99412110","full_name":"TurboLabIt/zzupdate","owner":"TurboLabIt","description":"A simple command to fully update an Ubuntu PC/server via apt. Mostly hands-off and unattended.","archived":false,"fork":false,"pushed_at":"2026-01-24T18:06:08.000Z","size":120,"stargazers_count":68,"open_issues_count":1,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-01-25T07:27:30.481Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://turbolab.it/linux-27/aggiornare-ubuntu-quali-differenze-apt-get-update-apt-get-upgrade-apt-get-dist-upgrade-modo-migliore-...-zzupdate-199","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TurboLabIt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-08-05T09:11:22.000Z","updated_at":"2026-01-24T18:06:12.000Z","dependencies_parsed_at":"2025-05-14T10:39:56.359Z","dependency_job_id":"c9933402-9973-4f58-9ba6-0f7294430be0","html_url":"https://github.com/TurboLabIt/zzupdate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TurboLabIt/zzupdate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TurboLabIt%2Fzzupdate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TurboLabIt%2Fzzupdate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TurboLabIt%2Fzzupdate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TurboLabIt%2Fzzupdate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TurboLabIt","download_url":"https://codeload.github.com/TurboLabIt/zzupdate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TurboLabIt%2Fzzupdate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28760642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T20:56:06.009Z","status":"ssl_error","status_checked_at":"2026-01-25T20:54:48.203Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-25T22:03:19.907Z","updated_at":"2026-01-25T22:03:21.088Z","avatar_url":"https://github.com/TurboLabIt.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔃 zzupdate 🔃\nA 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!\n\n**Parli italiano?** » Leggi: [Aggiornare Ubuntu: quali differenze fra apt-get update, apt-get upgrade e apt-get dist-upgrade? Il modo migliore è... zzupdate!](https://turbolab.it/199)\n\n![logo](https://turbolab.it/immagini/max/aggiornare-ubuntu-quali-differenze-apt-get-update-apt-get-upgrade-apt-get-dist-upgrade-modo-migliore-...-zzupdate-zzupdate-spotlight-9463.img)\n\n\n# Install\n\n````bash\nsudo apt update \u0026\u0026 sudo apt install curl -y \u0026\u0026 curl -s https://raw.githubusercontent.com/TurboLabIt/zzupdate/master/setup.sh | sudo bash\n\n````\n\nNow copy the provided sample configuration file (`zzupdate.default.conf`) to your own `zzupdate.conf` and set your preference:\n\n````bash\nsudo cp /usr/local/turbolab.it/zzupdate/zzupdate.default.conf /etc/turbolab.it/zzupdate.conf \u0026\u0026 sudo nano /etc/turbolab.it/zzupdate.conf\n\n````\n\n\n# Safe config\n\nNeed a safe default config for production servers?\n\n````bash\nln -s /usr/local/turbolab.it/zzupdate/zzupdate.profile.server.conf /etc/turbolab.it/zzupdate.conf\n\n````\n\n\n# Run it\n\nIt's upgrade time! Run `zzupdate` to fully update your system.\n\n\n# Guides/reviews\n\n* **Italiano** (TurboLab.it): [Aggiornare Ubuntu con un solo comando: zzupdate (pacchetti e sistema operativo)](https://turbolab.it/199)\n* **English** (ostechnix): [How To Upgrade Ubuntu With A Single Command](https://www.ostechnix.com/upgrade-ubuntu-single-command/)\n* **English** (itsfoss): [Easily Upgrade Ubuntu to a Newer Version with This Single Command](https://itsfoss.com/zzupdate-upgrade-ubuntu)\n* **Español** (ubunlog): [zzupdate, actualiza tu sistema Ubuntu con un solo comando en la terminal](https://ubunlog.com/zzupdate-actualiza-comando-terminal/)\n* **English** (2daygeek): [zzupdate – Single Command To Upgrade Ubuntu 18.04 LTS (Bionic Beaver)](https://www.2daygeek.com/zzupdate-single-command-to-upgrade-ubuntu-18-04/)\n\n\n# Social\n\n* **English**: [Reddit on /r/Ubuntu](https://www.reddit.com/r/Ubuntu/comments/6zn8fz/zzupdate_lets_you_to_upgrade_your_ubuntu/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbolabit%2Fzzupdate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturbolabit%2Fzzupdate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbolabit%2Fzzupdate/lists"}