install.sh aktualisiert

This commit is contained in:
2024-10-16 11:10:09 +02:00
parent f119be71db
commit fa768d5267

View File

@@ -1,3 +1,6 @@
# Version 1.0:
# Created 2024 by Tim Eertmoed, Christian Hampp @ WiS IT-Solutions GmbH, Germany to work on Raspian as custom pxe init script.
clear
echo "Starte Systemupdate..."
sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade -y && sudo apt autoremove -y && sudo apt clean -y