Update install.sh

This commit is contained in:
SpudGunMan
2024-12-12 11:00:04 -08:00
parent 95eebcde2b
commit cf518aeff5

View File

@@ -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