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
4ed1f02c
Commit
4ed1f02c
authored
Mar 26, 2020
by
Igor Pecovnik
Browse files
Small bugfix
parent
ebe96a02
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-config-jobs
View file @
4ed1f02c
...
...
@@ -1050,11 +1050,15 @@ unset selection
;;
"Writer"
)
debconf-apt-progress
--
apt-get
-y
install
libreoffice-writer libreoffice-style-tango libreoffice-gtk
pkg_install
=
"libreoffice-writer libreoffice-style-tango"
if
[[
"
$DISTROID
"
==
"xenial"
]]
;
then
pkg_install+
=
" libreoffice-gtk"
;
else
pkg_install+
=
" libreoffice-gtk2"
;
fi
debconf-apt-progress
--
apt-get
-y
install
$pkg_install
;;
"Suite"
)
debconf-apt-progress
--
apt-get
-y
install
libreoffice libreoffice-style-tango libreoffice-gtk
pkg_install
=
"libreoffice libreoffice-style-tango"
if
[[
"
$DISTROID
"
==
"xenial"
]]
;
then
pkg_install+
=
" libreoffice-gtk"
;
else
pkg_install+
=
" libreoffice-gtk2"
;
fi
debconf-apt-progress
--
apt-get
-y
install
$pkg_install
;;
...
...
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