From ba46267971eb016dc07e6778f5e34b009229f913 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 10 Jul 2024 15:53:11 -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 d5e00f1..014b97c 100755 --- a/install.sh +++ b/install.sh @@ -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