cron-apt
automatic update of packages using apt-get
Install
- All systems
-
curl cmd.cat/cron-apt.sh
- Debian
-
apt-get install cron-apt
- Ubuntu
-
apt-get install cron-apt
- Kali Linux
-
apt-get install cron-apt
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cron-apt
- Raspbian
-
apt-get install cron-apt
- Dockerfile
- dockerfile.run/cron-apt
cron-apt
automatic update of packages using apt-get
Contains a tool that is run by a cron job at regular intervals. By default it just updates the package list and downloads new packages without installing. You can instruct it to run anything that you can do with apt-get (or aptitude). It can optionally send mail to the system administrator on errors, log to syslog or a separate log file. Observe that this tool may be a security risk, so you should not set it to do more than necessary. Automatic upgrade of all packages is NOT recommended unless you are in full control of the package repository.