Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
c905d7ac
Unverified
Commit
c905d7ac
authored
Apr 24, 2019
by
Igor Pečovnik
Committed by
GitHub
Apr 24, 2019
Browse files
Force default configs
parent
9bc43c9b
Changes
1
Show whitespace changes
Inline
Side-by-side
debian-config-functions
View file @
c905d7ac
...
...
@@ -630,7 +630,7 @@ function configure_desktop ()
fi
# install desktop package
debconf-apt-progress
--
apt-get
-y
install
$1
armbian-
${
DISTROID
}
-desktop
${
PACKAGE_SUFIX
}
lightdm lightdm-gtk-greeter
debconf-apt-progress
--
apt-get
--reinstall
-o
Dpkg::Options::
=
"--force-confdef"
-o
Dpkg::Options::
=
"--force-confold"
-y
install
$1
armbian-
${
DISTROID
}
-desktop
${
PACKAGE_SUFIX
}
lightdm lightdm-gtk-greeter
# in case previous install was interrupted
[[
$?
-eq
130
]]
&&
dpkg
--configure
-a
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment