From 148a0821c1bab901633b1f2dd1d7f44e70216247 Mon Sep 17 00:00:00 2001 From: Clemens Geibel Date: Fri, 24 Jun 2022 16:28:21 +0200 Subject: [PATCH] Added openboard to DRAWING_TOOLS. --- .../provs/desktop/infrastructure/PackageBundles.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/PackageBundles.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/PackageBundles.kt index 75027c9..00b7b47 100644 --- a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/PackageBundles.kt +++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/PackageBundles.kt @@ -32,7 +32,7 @@ val VPNC = "vpnc network-manager-vpnc network-manager-vpnc-gnome vpnc-scripts" val JAVA = "openjdk-8-jdk openjdk-11-jdk openjdk-17-jdk jarwrapper" -val DRAWING_TOOLS = "inkscape dia" +val DRAWING_TOOLS = "inkscape dia openboard" val CLOJURE_TOOLS = "leiningen"