install.sh aktualisiert
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
clear
|
||||
echo "Starte Systemupdate..."
|
||||
sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade -y
|
||||
sudo apt autoremove -y && sudo apt clean -y
|
||||
sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade -y && sudo apt autoremove -y && sudo apt clean -y
|
||||
echo "Starte Systemupdate..."
|
||||
echo "Systemupdate erfolgreich..."
|
||||
echo "Installierse benötigte Pakete..."
|
||||
sudo apt install --no-install-recommends xserver-xorg x11-xserver-utils xinit -y
|
||||
sudo apt install --no-install-recommends chromium-browser fonts-noto-color-emoji nfs-common watchdog xdotool rsync -y
|
||||
sudo apt install --no-install-recommends xserver-xorg x11-xserver-utils xinit chromium-browser fonts-noto-color-emoji nfs-common watchdog xdotool rsync -y
|
||||
clear
|
||||
echo "Starte Systemupdate..."
|
||||
echo "Systemupdate erfolgreich..."
|
||||
|
||||
Reference in New Issue
Block a user