Commit 2cdff3bd authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Display manager is not a part of a desktop package. Install it now.

parent d0cc6ed8
......@@ -520,6 +520,9 @@ function configure-desktop ()
exec 3>&-
fi
# install nodm
debconf-apt-progress -- apt-get -y -qq install nodm
# add user to groups
for additionalgroup in sudo netdev audio video dialout plugdev bluetooth systemd-journal ssh; do
usermod -aG ${additionalgroup} ${DESKTOP_USER} 2>/dev/null
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment