added easy update script
This commit is contained in:
parent
d473645e55
commit
46f1f0395c
11
update.sh
Executable file
11
update.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user