install.sh aktualisiert

This commit is contained in:
2024-10-16 15:56:03 +02:00
parent aefd8d032a
commit 643bc897f3

View File

@@ -13,6 +13,7 @@ echo -e "${GREEN}✔${NC} System Update Completed..."
echo -e "${RED}${NC} Installing required packages..."
sudo apt install --no-install-recommends xserver-xorg x11-xserver-utils xinit -y >/dev/null 2>&1
sudo apt install --no-install-recommends chromium-browser fonts-noto-color-emoji nfs-common watchdog xdotool rsync -y >/dev/null 2>&1
sudo apt install overlayroot -y >/dev/null 2>&1
echo -e "${GREEN}${NC} Required packages installed..."
echo -e "${RED}${NC} Creating user 'loginuser'..."
@@ -67,10 +68,11 @@ 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 start raspi-config."
echo -e "${GREEN}${NC} Installation complete. Press any key to reboot..."
read -n 1 -s
echo -e "${RED}${NC} You have to install Overlay-FS from raspi-config by hand.."
sudo raspi-config
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.