11-03-2014, 02:46 PM
I would like to see updates pause at the end of updates so you can review all the changes made to your system. I have modified the update script file last few lines to do just that so update does not terminate until you press the [Enter] key.
echo "Updates complete."
echo ""
read -p "Press [Enter] key to exit"
echo "Updates complete."
echo ""
read -p "Press [Enter] key to exit"