{"id":22323615,"url":"https://github.com/dev01d/unattended-upgrades","last_synced_at":"2026-01-05T18:05:52.315Z","repository":{"id":114310136,"uuid":"290916507","full_name":"dev01d/unattended-upgrades","owner":"dev01d","description":"Quick unattended-upgrades config","archived":false,"fork":false,"pushed_at":"2020-08-28T01:11:06.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T07:12:53.031Z","etag":null,"topics":["ubuntu","unattended-upgrades","updates"],"latest_commit_sha":null,"homepage":"","language":null,"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/dev01d.png","metadata":{"files":{"readme":".github/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}},"created_at":"2020-08-28T00:59:43.000Z","updated_at":"2022-01-08T22:15:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"02658fd7-026b-4e78-b433-52097d882f1f","html_url":"https://github.com/dev01d/unattended-upgrades","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev01d%2Funattended-upgrades","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev01d%2Funattended-upgrades/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev01d%2Funattended-upgrades/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev01d%2Funattended-upgrades/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dev01d","download_url":"https://codeload.github.com/dev01d/unattended-upgrades/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245593050,"owners_count":20640957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ubuntu","unattended-upgrades","updates"],"created_at":"2024-12-04T01:11:20.885Z","updated_at":"2026-01-05T18:05:47.282Z","avatar_url":"https://github.com/dev01d.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ubuntu unattended-upgrades\n\nSemi-customized sane defaults\n\n## Config steps\n\n### 1. Get it\n\n```bash\ngit clone https://github.com/dev01d/unattended-upgrades.git \\\n\u0026\u0026 cd unattended-upgrades\n```\n\n### 2. Edit the config files for your maintenance window\n\n- `50unattended-upgrades` provides the `Automatic-Reboot-Time` option\n- `download-override.conf` provides the time potential updates are pulled down\n- `upgrade-override.conf` provides the time upgrades are performed\n\n### 3. Install it\n\n'One-liner' install:\n\n\u003c!-- spellchecker: disable --\u003e\n\n```bash\nsudo cp -v *-upgrades /etc/apt/apt.conf.d/ \\\n\u0026\u0026 sudo mkdir -p /etc/systemd/system/apt-daily.timer.d/ \\\n\u0026\u0026 sudo mkdir -p /etc/systemd/system/apt-daily-upgrade.timer.d/ \\\n\u0026\u0026 sudo cp -v download-override.conf /etc/systemd/system/apt-daily.timer.d/override.conf \\\n\u0026\u0026 sudo cp -v upgrade-override.conf /etc/systemd/system/apt-daily-upgrade.timer.d/override.conf \\\n\u0026\u0026 sudo systemctl restart apt-daily.timer \\\n\u0026\u0026 sudo systemctl status apt-daily.timer \\\n\u0026\u0026 sudo systemctl restart apt-daily-upgrade.timer \\\n\u0026\u0026 sudo systemctl status apt-daily-upgrade.timer \\\n\u0026\u0026 cd .. \\\n\u0026\u0026 rm -rf unattended-upgrades\n```\n\n\u003c!-- spellchecker: enable --\u003e\n\n## Usage\n\nTest with:\n\n```bash\nunattended-upgrade -v --dry-run\n```\n\nManually upgrade with:\n\n```bash\nunattended-upgrade -v\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev01d%2Funattended-upgrades","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev01d%2Funattended-upgrades","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev01d%2Funattended-upgrades/lists"}