added bin folder (to path)

This commit is contained in:
Tim
2016-05-23 17:32:36 +02:00
parent a3f3b7be39
commit 15e2776dee
2 changed files with 3 additions and 0 deletions

11
bin/bin/update 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