From aefd8d032ad6762228b4ba066f84ddecbb376f1c Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Wed, 16 Oct 2024 15:42:09 +0200 Subject: [PATCH] install.sh aktualisiert --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 33a3c66..5f2bb68 100644 --- a/install.sh +++ b/install.sh @@ -67,9 +67,10 @@ echo -e "${RED}→${NC} Cleaning up installer..." sudo rm -rf ./rps-client >/dev/null 2>&1 echo -e "${GREEN}✔${NC} Installer cleaned up..." -echo -e "${GREEN}✔${NC} Installation complete. Press any key to reboot." +echo -e "${GREEN}✔${NC} Installation complete. Press any key to start raspi-config." read -n 1 -s -sudo reboot +echo -e "${RED}→${NC} You have to install Overlay-FS from raspi-config by hand.." +sudo raspi-config # Version 1.0: # Created 2024 by Tim Eertmoed, Christian Hampp @ WiS IT-Solutions GmbH, Germany to work on Raspian as custom pxe init script. \ No newline at end of file