...
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.
...
...
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.
...