remove no install recommends
This commit is contained in:
parent
681afc41ce
commit
156d1e10a1
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user