From cf518aeff52850d7c176bd4fa3e404000aa65f5d Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 12 Dec 2024 11:00:04 -0800 Subject: [PATCH] Update install.sh --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9357d0d..65169c9 100755 --- a/install.sh +++ b/install.sh @@ -61,7 +61,7 @@ read venv if [ $venv == "y" ]; then # set virtual environment if ! python3 -m venv --help &> /dev/null; then - printf "Python3 venv module not found, please install python3-venv with your OS\n" + printf "Python3/venv error, please install python3-venv with your OS\n" exit 1 else echo "Creating virtual environment..." @@ -169,6 +169,9 @@ if [ $ollama == "y" ]; then fi fi +if [ $venv == "y" ]; then + printf "\nFor running in virtual, launch bot with './launch.sh mesh' from the root directory\n" + printf "\nGood time to reboot? (y/n)" read reboot if [ $reboot == "y" ]; then