This commit is contained in:
2025-06-14 02:36:38 -06:00
parent 40e9eeef69
commit 16d054a501
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ else
fi
echo "Updating Software Lists"
sudo apt update
sudo apt update > /dev/null
echo "Installing git"
sudo apt install git -y