From 7ce838565ce557fa17889df180f30a7c264743e4 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 16 Dec 2025 07:41:52 -0800 Subject: [PATCH] Add missing dotnet-runtime-9.0 needed for Pinta Closes #3859 --- install/omarchy-base.packages | 1 + migrations/1765846739.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 migrations/1765846739.sh diff --git a/install/omarchy-base.packages b/install/omarchy-base.packages index 0eb48b42..9ba8823f 100644 --- a/install/omarchy-base.packages +++ b/install/omarchy-base.packages @@ -21,6 +21,7 @@ cups-pdf docker docker-buildx docker-compose +dotnet-runtime-9.0 dust evince exfatprogs diff --git a/migrations/1765846739.sh b/migrations/1765846739.sh new file mode 100644 index 00000000..5c7634be --- /dev/null +++ b/migrations/1765846739.sh @@ -0,0 +1,3 @@ +echo "Add missing dotnet 9.0 for Pinta" + +omarchy-pkg-add dotnet-runtime-9.0