Unverified Commit 62ac9963 authored by Igor Pečovnik's avatar Igor Pečovnik Committed by GitHub
Browse files

Update debian-config-functions

parent 9d953b5b
......@@ -524,6 +524,9 @@ function configure_desktop ()
# install desktop package
debconf-apt-progress -- apt-get -y install $1 armbian-${DISTROID}-desktop
# strectch workaround
[[ ${DISTROID} == stretch ]] && debconf-apt-progress -- apt -y purge lightdm
# install display manager
DEBIAN_FRONTEND=noninteractive debconf-apt-progress -- apt-get -y -qq install nodm
# clean apt cache
......
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