sudo fix try
This commit is contained in:
parent
4a70822a26
commit
d8ea7cc18e
@ -12,10 +12,10 @@ sleep 10 # Add a 10-second delay
|
||||
echo "Updating the machine"
|
||||
echo "⏳Processing..."
|
||||
sleep 2 # Add a 2-second delay
|
||||
apt update
|
||||
apt upgrade -y
|
||||
apt install sudo -y
|
||||
apt install git -y
|
||||
sudo apt update
|
||||
sudo apt upgrade -y
|
||||
sudo apt install sudo -y
|
||||
sudo apt install git -y
|
||||
|
||||
# Step 2: Adjust network buffer sizes
|
||||
echo "Adjusting network buffer sizes..."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user