Update install.sh

This commit is contained in:
SpudGunMan
2024-07-10 15:53:11 -07:00
parent ab91b7629a
commit ba46267971
+2 -2
View File
@@ -5,7 +5,7 @@
cd "$(dirname "$0")"
# set virtual environment and install dependencies
printf "\n\nmeshing arpund installer\n"
echo "Do you want to install the bot in a virtual environment? (y/n)"
read venv
@@ -28,7 +28,7 @@ if [ $venv == "y" ]; then
# install dependencies
pip install -U -r requirements.txt
fi
printf "\n\n"
echo "Which bot do you want to install as a service? (pong/mesh/n)"
read bot