diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..b959d22 --- /dev/null +++ b/update.sh @@ -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