diff --git a/install.sh b/install.sh index 5b636cd..b0bb58e 100644 --- a/install.sh +++ b/install.sh @@ -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..."