added easy update script

This commit is contained in:
Tim 2015-11-02 11:23:07 +01:00
parent d473645e55
commit 46f1f0395c

11
update.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
echo -e "\n########## START UPDATE ##########\n"
sudo apt-get update
echo -e "\n########## START UPGRADE ##########\n"
sudo apt-get upgrade
echo -e "\n########## START DIST-UPGRADE ##########\n"
sudo apt-get dist-upgrade
echo -e "\n########## START AUTOCLEAN ##########\n"
sudo apt-get autoclean
echo -e "\n########## START AUTOREMOVE ##########\n"
sudo apt-get autoremove