install.sh aktualisiert

This commit is contained in:
2024-10-16 16:15:27 +02:00
parent e4fa735c71
commit f9ad27df20

View File

@@ -57,6 +57,7 @@ echo -e "${RED}→${NC} Enabling services..."
sudo systemctl daemon-reload >/dev/null 2>&1 sudo systemctl daemon-reload >/dev/null 2>&1
sudo systemctl enable watchdog >/dev/null 2>&1 sudo systemctl enable watchdog >/dev/null 2>&1
sudo systemctl enable chromium-monitor >/dev/null 2>&1 sudo systemctl enable chromium-monitor >/dev/null 2>&1
sudo systemctl enable vncserver-x11-serviced.service >/dev/null 2>&1
sudo systemctl restart getty@tty1 >/dev/null 2>&1 sudo systemctl restart getty@tty1 >/dev/null 2>&1
echo -e "${GREEN}${NC} Services enabled..." echo -e "${GREEN}${NC} Services enabled..."
@@ -71,8 +72,6 @@ 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 reboot..."
read -n 1 -s read -n 1 -s
sudo reboot 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.