I want to run a bash script to automate my updooting on my laptop. Just create a script and set up a weekly cron job? It's for a laptop I don't use often. Can cron jobs be setup to run on startup after missing one? Like, if I setup a weekly cron job for every Sunday, and I boot up the machine 3 weeks later on a Tuesday, I'd like it to run the script. Is that possible? Idk if it's relevant but this is the commands the script will contain: sudo apt update && sudo apt upgrade -y && sudo yt-dlp -U && flatpak update -y