Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo yum update -y && sudo echo "Patch Date: $(date +"%m/%d/%Y")" >> /etc/motd && sudo shutdown -r now

This will patch the OS and restart the VM.

...