From 4fff5257e07a735191897e8b99c7931ae2f4215b Mon Sep 17 00:00:00 2001 From: ansgarz Date: Fri, 5 Jul 2024 22:46:04 +0200 Subject: [PATCH] [skip ci] tmp remove nextcloud-client installation --- .../provs/desktop/domain/DesktopService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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