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
21af9a6d
Unverified
Commit
21af9a6d
authored
Jan 09, 2019
by
Igor Pečovnik
Committed by
GitHub
Jan 09, 2019
Browse files
More fixes regarding desktop
parent
b0d18be2
Changes
1
Show whitespace changes
Inline
Side-by-side
debian-config-jobs
View file @
21af9a6d
...
...
@@ -919,7 +919,8 @@ function jobs ()
fi
else
if
!
is_package_manager_running
;
then
# install lightdm = backward compatibility
# remove nodm and install lightdm = backward compatibility
[[
-n
$(
dpkg
-l
|
grep
nodm
)
]]
&&
debconf-apt-progress
--
apt-get
-y
purge nodm
[[
-z
$(
dpkg
-l
|
grep
lightdm
)
]]
&&
debconf-apt-progress
--
apt-get
-o
Dpkg::Options::
=
"--force-confold"
-y
--no-install-recommends
install
lightdm-gtk-greeter lightdm
if
[[
-n
$DESKTOP_INSTALLED
]]
;
then
dialog
--title
" Display manager "
--backtitle
"
$BACKTITLE
"
--yesno
"
\n
Do you want to enable autologin?"
7 36
...
...
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