Cleanup
Fixed apt get output and readme for file locations. Added location for starter icon
This commit is contained in:
10
test.sh
10
test.sh
@@ -94,14 +94,14 @@ else
|
||||
true
|
||||
fi
|
||||
echo "Update..."
|
||||
sudo apt-get update -y 2>&1 > /dev/null
|
||||
sudo apt-get update -y -qq 2>&1 > /dev/null
|
||||
echo "Upgrade..."
|
||||
sudo apt-get full-upgrade -y 2>&1 > /dev/null
|
||||
sudo apt-get full-upgrade -y -qq 2>&1 > /dev/null
|
||||
echo "Autoremove..."
|
||||
sudo apt-get autoremove -y 2>&1 > /dev/null
|
||||
sudo apt-get autoremove -y -qq 2>&1 > /dev/null
|
||||
echo "Clean..."
|
||||
sudo apt-get clean -y 2>&1 > /dev/null
|
||||
sudo apt-get clean -y -qq 2>&1 > /dev/null
|
||||
echo "Autoclean..."
|
||||
sudo apt-get autoclean -y 2>&1 > /dev/null
|
||||
sudo apt-get autoclean -y -qq 2>&1 > /dev/null
|
||||
|
||||
read -n 1 -s -r -p "Beenden mit Tastendruck"
|
||||
Reference in New Issue
Block a user