From 386bed68f3bee5b4144afa23a21f89b7c2ee6d06 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Wed, 28 Aug 2024 10:53:10 +0100 Subject: [PATCH] Give sudo perms to ollama install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b3fb3b20..abac3481 100755 --- a/install.sh +++ b/install.sh @@ -131,7 +131,7 @@ for selection in "${choices[@]}"; do if [ "$selection" = "Install Ollama" ]; then zenity --notification --window-icon="info" --text="Installing Ollama..." - curl -fsSL https://ollama.com/install.sh | sh + curl -fsSL https://ollama.com/install.sh | auth sh if [[ $? == 0 ]]; then zenity --notification --window-icon="info" --text="Ollama is now installed." else