Hi, I have the below shell script: echo “Shell Script to update OS" #Update System Software apt-get update #Upgrade System Software apt-get upgrade #Update Distribution Software apt-get dist-upgrade #Remove Application Orphans apt-get autoremove --purge #Update RaspberryPi Firmware while true; do ...