diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/domain/DesktopService.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/domain/DesktopService.kt index a0939a4..b7b3327 100644 --- a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/domain/DesktopService.kt +++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/domain/DesktopService.kt @@ -134,7 +134,7 @@ fun Prov.provisionOfficeDesktop() { installDeltaChat() aptInstall(OFFICE_SUITE) installZimWiki() - installNextcloudClient() + // installNextcloudClient() might not install - might need fix and working test aptInstall(COMPARE_TOOLS) // optional, as installation of these tools often fail and as they are not considered mandatory