From e06012b9077eafd826ab44901126dc1e8b6a4bea Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Sun, 25 May 2025 01:02:07 +0800 Subject: [PATCH] fix package: ollama for Debian 13 --- .chezmoidata/packages.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.chezmoidata/packages.toml b/.chezmoidata/packages.toml index 7f4768c..336d071 100644 --- a/.chezmoidata/packages.toml +++ b/.chezmoidata/packages.toml @@ -75,6 +75,7 @@ apt_13 = [ 'eza', 'neovim', 'tree-sitter-cli', + 'python3-ollama', 'lazygit', ]