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