-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUpdator.sh
More file actions
14 lines (10 loc) · 834 Bytes
/
Copy pathUpdator.sh
File metadata and controls
14 lines (10 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
echo "***********************************************************************************************************************************************************************"
echo "#######################################################################################################################################################################"
#!/bin/bash
sudo apt update
sudo apt -y upgrade
sudo apt -y dist-upgrade
sudo apt clean
sudo apt -y autoremove
echo "***********************************************************************************************************************************************************************"
echo "#######################################################################################################################################################################"