install.sh aktualisiert

This commit is contained in:
2024-10-16 15:42:09 +02:00
parent 531f4bdaa4
commit aefd8d032a

View File

@@ -67,9 +67,10 @@ echo -e "${RED}→${NC} Cleaning up installer..."
sudo rm -rf ./rps-client >/dev/null 2>&1 sudo rm -rf ./rps-client >/dev/null 2>&1
echo -e "${GREEN}${NC} Installer cleaned up..." 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 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: # Version 1.0:
# Created 2024 by Tim Eertmoed, Christian Hampp @ WiS IT-Solutions GmbH, Germany to work on Raspian as custom pxe init script. # Created 2024 by Tim Eertmoed, Christian Hampp @ WiS IT-Solutions GmbH, Germany to work on Raspian as custom pxe init script.