install.sh aktualisiert

This commit is contained in:
2024-10-16 16:11:42 +02:00
parent 40b802a418
commit e4fa735c71

View File

@@ -13,7 +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
sudo apt install realvnc-vnc-server overlayroot -y >/dev/null 2>&1
echo -e "${GREEN}${NC} Required packages installed..."
echo -e "${RED}${NC} Creating user 'loginuser'..."