-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUUU2.sh
More file actions
29 lines (20 loc) · 725 Bytes
/
Copy pathUUU2.sh
File metadata and controls
29 lines (20 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/bash
echo "KTAScrip GNU/LinuxRepair and updating Ubuntu systems v1.0"
echo "This script must be run as root"
sudo apt-get update && sudo apt-get upgrade -y ;
sudo apt-get update --fix-missing -y;
sudo apt-get --fix-broken install -y;
sudo apt-get install -f -y;
sudo dpkg --configure -a ;
sudo apt-get full-upgrade -y;
sudo apt-get do-release-upgrade -y;
sudo sudo dpkg --configure -a ;
sudo apt-get update --fix-missing -y;
sudo apt-get --fix-broken install -y;
sudo apt-get install -f -y;
sudo dpkg --configure -a ;
sudo apt-get update && sudo apt-get upgrade -y ;
sudo apt-get update --fix-missing -y;
sudo apt-get --fix-broken install -y;
sudo apt-get install -f -y;
sudo sudo dpkg --configure -a ;