In Windows, if I wanted these commands to run weekly or monthly as a script, I would save them in a .bat file and use the task scheduler to have them run when I wanted. How can I do that with my Raspberry PI4 to keep its distro and all installed packages up to date? sudo apt update -y && sudo apt fu...