Commit c19bba0d authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Install desktop with recommended packages which are Chromium, CUPS and few others.

parent 74a42ef4
......@@ -397,7 +397,7 @@ function configure_desktop ()
if [ -n "$CHOSEN_USER" ]; then
# install desktop and nodm
debconf-apt-progress -- apt-get update
debconf-apt-progress -- apt-get -y install armbian-${DISTROID}-desktop
debconf-apt-progress -- apt-get -y install --install-recommends armbian-${DISTROID}-desktop
DEBIAN_FRONTEND=noninteractive 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
......
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