From fa768d5267ea0d497741f30ca4fa7450cff7f53d Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Wed, 16 Oct 2024 11:10:09 +0200 Subject: [PATCH] install.sh aktualisiert --- install.sh | 3 +++ 1 file changed, 3 insertions(+) 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