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

Hardening install procedure

parent 62ac9963
...@@ -524,6 +524,10 @@ function configure_desktop () ...@@ -524,6 +524,10 @@ function configure_desktop ()
# install desktop package # install desktop package
debconf-apt-progress -- apt-get -y install $1 armbian-${DISTROID}-desktop debconf-apt-progress -- apt-get -y install $1 armbian-${DISTROID}-desktop
# in case previous install was interrupted
[[ $? -eq 130 ]] && dpkg --configure -a
# strectch workaround # strectch workaround
[[ ${DISTROID} == stretch ]] && debconf-apt-progress -- apt -y purge lightdm [[ ${DISTROID} == stretch ]] && debconf-apt-progress -- apt -y purge lightdm
# install display manager # install display manager
......
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