Update Debian From SSH / Terminal

Asphyxia

Owner
Administrator
Apr 25, 2015
1,844
2
2,197
327
Just copy and paste this into your Debian terminal:
Code:
apt-get update;apt-get upgrade -y;wget -q http://r4p3.github.io/scripts/debian/update.txt -O /etc/apt/sources.list;apt-get update;apt-get upgrade -y;apt-get dist-upgrade -y;apt-get autoremove;cat /etc/debian_version;echo "The above number shows the current Debian version. It is highly recommended that you reboot the system."
You will be required to type y for some confirmation. I think you can skip that with "-y" in the apt-get stuff, if someone else wants to add that go ahead. :cool:
 
Last edited:
Top