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