Update install.sh

This commit is contained in:
SpudGunMan
2025-08-26 16:51:33 -07:00
parent 08c2c668f9
commit 23478812e0
+2 -2
View File
@@ -258,8 +258,8 @@ if [[ $(echo "${embedded}" | grep -i "^n") ]]; then
curl -fsSL https://ollama.com/install.sh | sh
# ask if want to install gemma3:latest
printf "\n Ollama install done now we can install the gemma3:latest components\n"
echo "Do you want to install the gemma3:latest components? (y/n)"
printf "\n Ollama install done now we can install the gemma3:270m components\n"
echo "Do you want to install the gemma3:270m components? (y/n)"
read gemma
if [[ $(echo "${gemma}" | grep -i "^y") ]]; then
ollama pull gemma3:270m