Ubuntu
Upgrade only security updates
apt-get -s dist-upgrade |
grep "^Inst" |
grep -i securi |
awk -F " " {'print $2'} |
xargs apt-get install
apt-get -s dist-upgrade |
grep "^Inst" |
grep -i securi |
awk -F " " {'print $2'} |
xargs apt-get install