Give sudo perms to ollama install
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user