Automatic Updates on the Raspberry Pi

In a terminal, type: sudo su To access a root-level prompt. Then, run: crontab -e To begin editing your crontab, a table of tasks to run automatically at a given time. It will open in your preferred text editor. Modify it to include the following lines: 0 7 * * 1 apt-get update && sudo…