Handy OS update script from console

sudo -s -- <<EOF

apt-get update

apt-get upgrade -y

apt-get full-upgrade -y

apt-get autoremove -y

apt-get autoclean -y

EOF

just found this script very handy copy and paste into your putty or consiole page

Sign In or Register to comment.