Give sudo perms to ollama install

This commit is contained in:
2024-08-28 10:53:10 +01:00
parent e509724220
commit dbf5a18e1f

View File

@@ -131,7 +131,7 @@ for selection in "${choices[@]}"; do
if [ "$selection" = "Install Ollama" ]; then if [ "$selection" = "Install Ollama" ]; then
zenity --notification --window-icon="info" --text="Installing Ollama..." 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 if [[ $? == 0 ]]; then
zenity --notification --window-icon="info" --text="Ollama is now installed." zenity --notification --window-icon="info" --text="Ollama is now installed."
else else