[skip ci] refactor installNextcloudClient in own file

This commit is contained in:
az 2022-07-20 19:42:16 +02:00
parent 751d315299
commit 4a3a25e21c
2 changed files with 2 additions and 3 deletions

View file

@ -18,7 +18,7 @@ apply plugin: "kotlinx-serialization"
group = "org.domaindrivenarchitecture.provs"
version = "release-0.15.2"
version = "0.15.3-SNAPSHOT"
repositories {
mavenCentral()

View file

@ -5,7 +5,6 @@ import org.domaindrivenarchitecture.provs.framework.core.Prov
import org.domaindrivenarchitecture.provs.framework.core.ProvResult
import org.domaindrivenarchitecture.provs.framework.ubuntu.git.provisionGit
import org.domaindrivenarchitecture.provs.framework.ubuntu.install.base.aptInstall
import org.domaindrivenarchitecture.provs.framework.ubuntu.install.base.aptInstallFromPpa
import org.domaindrivenarchitecture.provs.framework.ubuntu.install.base.aptPurge
import org.domaindrivenarchitecture.provs.framework.ubuntu.keys.KeyPair
import org.domaindrivenarchitecture.provs.framework.ubuntu.keys.base.gpgFingerprint
@ -94,7 +93,7 @@ fun Prov.provisionOfficeDesktop(submodules: List<String>?) {
installDeltaChat()
aptInstall(OFFICE_SUITE)
installZimWiki()
aptInstallFromPpa("nextcloud-devs", "client", "nextcloud-client")
installNextcloudClient()
optional {
aptInstall(DRAWING_TOOLS)