From b41a64305c8b5fdff9226a783e5324404df0bffe Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 3 Mar 2026 09:15:21 +0100 Subject: [PATCH] feat(ai): add update subcommand --- ai.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ai.sh b/ai.sh index 7045bf0..85c1e27 100755 --- a/ai.sh +++ b/ai.sh @@ -60,6 +60,8 @@ if ! [ "$other_args" = "" ]; then echo $ZES_ENABLE_SYSMAN echo $SYCL_CACHE_PERSISTENT + elif [ "$other_args" = "update" ]; then + curl -fsSL https://ollama.com/install.sh | sh elif [ "$other_args" = "sleep" ]; then OLLAMA_HOST=$host ollama stop $model else