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
fa1bb64a
Commit
fa1bb64a
authored
Jun 13, 2019
by
Igor Pecovnik
Browse files
Add Gimp to quick install option beside Libre Office
parent
753c5f13
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian-config-jobs
View file @
fa1bb64a
...
@@ -1030,6 +1030,14 @@ function jobs ()
...
@@ -1030,6 +1030,14 @@ function jobs ()
fi
fi
;;
;;
"Gimp"
)
if
!
check_if_installed gimp
then
;
then
debconf-apt-progress
--
apt-get
-y
install
gimp
else
debconf-apt-progress
--
apt-get
-y
purge gimp
fi
;;
"Libre"
)
"Libre"
)
debconf-apt-progress
--
apt-get
-y
purge libreoffice
*
debconf-apt-progress
--
apt-get
-y
purge libreoffice
*
;;
;;
...
...
debian-config-submenu
View file @
fa1bb64a
...
@@ -393,6 +393,11 @@ while true; do
...
@@ -393,6 +393,11 @@ while true; do
else
else
LIST+
=(
"Thunderbird"
"Remove full featured email client"
)
LIST+
=(
"Thunderbird"
"Remove full featured email client"
)
fi
fi
if
!
check_if_installed gimp
;
then
LIST+
=(
"Gimp"
"Install photo manipulation tool"
)
else
LIST+
=(
"Gimp"
"Remove photo manipulation tool"
)
fi
if
!
check_if_installed libreoffice-writer
;
then
if
!
check_if_installed libreoffice-writer
;
then
LIST+
=(
"Writer"
"Libreoffice: Writer only"
)
LIST+
=(
"Writer"
"Libreoffice: Writer only"
)
LIST+
=(
"Suite"
"Libreoffice: Full suite"
)
LIST+
=(
"Suite"
"Libreoffice: Full suite"
)
...
...
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