From a874b42c412c2f56d1edb342e0e09851a1ff29e0 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 25 Sep 2024 19:27:30 -0700 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index e3db460..eda1d53 100755 --- a/install.sh +++ b/install.sh @@ -87,7 +87,7 @@ printf "\n service files updated\n" echo "Do you want to install the emoji font for debian linux? (y/n)" read emoji if [ $emoji == "y" ]; then - sudo apt-get install fonts-noto-color-emoji + sudo apt-get install -y fonts-noto-color-emoji echo "Emoji font installed!, reboot to load the font" fi @@ -124,7 +124,7 @@ if [ $ollama == "y" ]; then echo "Do you want to install the Gemma2:2b components? (y/n)" read gemma if [ $gemma == "y" ]; then - olamma pull gemma2:2b + ollama pull gemma2:2b fi fi