[skip ci] add meld to office desktop
This commit is contained in:
parent
c9a7eb4142
commit
2667a7c64f
2 changed files with 5 additions and 3 deletions
|
@ -106,19 +106,19 @@ fun Prov.provisionMSDesktop(onlyModules: List<String>?) {
|
|||
fun Prov.provisionOfficeDesktop(onlyModules: List<String>? = null) {
|
||||
if (onlyModules == null) {
|
||||
aptInstall(ZIP_UTILS)
|
||||
aptInstall(SPELLCHECKING_DE)
|
||||
aptInstall(BROWSER)
|
||||
aptInstall(EMAIL_CLIENT)
|
||||
installDeltaChat()
|
||||
aptInstall(OFFICE_SUITE)
|
||||
installZimWiki()
|
||||
installNextcloudClient()
|
||||
aptInstall(COMPARE_TOOLS)
|
||||
|
||||
// optional as installation of these tools often fail and they are not considered mandatory
|
||||
optional {
|
||||
aptInstall(DRAWING_TOOLS)
|
||||
}
|
||||
|
||||
aptInstall(SPELLCHECKING_DE)
|
||||
} else if (onlyModules.contains(DesktopOnlyModule.VERIFY.name.lowercase())) {
|
||||
verifyOfficeSetup()
|
||||
} else if (onlyModules.contains(DesktopOnlyModule.FIREFOX.name.lowercase())) {
|
||||
|
|
|
@ -38,4 +38,6 @@ val CLOJURE_TOOLS = "leiningen"
|
|||
|
||||
val PASSWORD_TOOLS = "pwgen"
|
||||
|
||||
val SCREEN_TOOLS = "scrcpy"
|
||||
val SCREEN_TOOLS = "scrcpy"
|
||||
|
||||
val COMPARE_TOOLS = "meld"
|
Loading…
Reference in a new issue