#!/bin/sh
# centos 7 server update shell commands

sudo yum makecache fast

sudo yum update-minimal --security -y
