raspberry autoupdate
Add the following lines of code to the file and save it (ctrl + X, Y and enter). This will the basis for the automatic updates: #!/bin/sh sudo apt-get update && sudo apt-get upgrade -y sudo rpi-update sudo apt-get autoremove sudo apt-get autoclean sudo reboot You will want to make the shell script executable using the following command:… Leer más »