Update install.sh

This commit is contained in:
SpudGunMan
2024-12-12 11:12:13 -08:00
parent bcb741102d
commit a33fed711d

View File

@@ -171,7 +171,7 @@ if [ $ollama == "y" ]; then
fi
if [ $venv == "y" ]; then
printf "\nFor running in virtual, launch bot with './launch.sh mesh' from the root directory\n"
printf "\nFor running in virtual, launch bot with './launch.sh mesh' in path $program_path\n"
fi
printf "\nGood time to reboot? (y/n)"