remove no install recommends

This commit is contained in:
jr-k 2024-05-27 12:38:43 +02:00
parent 681afc41ce
commit 156d1e10a1

View File

@ -10,7 +10,7 @@ echo "# ------------------------------ #"
# Update and install necessary packages
apt update
apt install -y --no-install-recommends xinit xserver-xorg chromium-browser unclutter
apt install -y xinit xserver-xorg chromium-browser unclutter
# Add user to tty and video groups
usermod -aG tty $OWNER