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
"vscode:/vscode.git/clone" did not exist on "48a3c2f32d1a4643db367eed4d6c53768c3847b1"
Commit
fa1bb64a
authored
Jun 13, 2019
by
Igor Pecovnik
Browse files
Add Gimp to quick install option beside Libre Office
parent
753c5f13
Changes
2
Show whitespace changes
Inline
Side-by-side
debian-config-jobs
View file @
fa1bb64a
...
...
@@ -1030,6 +1030,14 @@ function jobs ()
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"
)
debconf-apt-progress
--
apt-get
-y
purge libreoffice
*
;;
...
...
debian-config-submenu
View file @
fa1bb64a
...
...
@@ -393,6 +393,11 @@ while true; do
else
LIST+
=(
"Thunderbird"
"Remove full featured email client"
)
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
LIST+
=(
"Writer"
"Libreoffice: Writer only"
)
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