├── .gitignore ├── README.md ├── cron ├── needrestart-suppress.conf ├── setup.sh ├── zzupdate.default.conf ├── zzupdate.profile.server.conf ├── zzupdate.sh └── zzupdate_run.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TurboLabIt/zzupdate/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TurboLabIt/zzupdate/HEAD/README.md -------------------------------------------------------------------------------- /cron: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TurboLabIt/zzupdate/HEAD/cron -------------------------------------------------------------------------------- /needrestart-suppress.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TurboLabIt/zzupdate/HEAD/needrestart-suppress.conf -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TurboLabIt/zzupdate/HEAD/setup.sh -------------------------------------------------------------------------------- /zzupdate.default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TurboLabIt/zzupdate/HEAD/zzupdate.default.conf -------------------------------------------------------------------------------- /zzupdate.profile.server.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TurboLabIt/zzupdate/HEAD/zzupdate.profile.server.conf -------------------------------------------------------------------------------- /zzupdate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TurboLabIt/zzupdate/HEAD/zzupdate.sh -------------------------------------------------------------------------------- /zzupdate_run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TurboLabIt/zzupdate/HEAD/zzupdate_run.sh --------------------------------------------------------------------------------