Update install.sh

This commit is contained in:
SpudGunMan
2024-12-13 21:35:10 -08:00
parent f9370d47b4
commit 1740bbf666
+2 -3
View File
@@ -61,13 +61,12 @@ fi
cp config.template config.ini
printf "\nConfig files generated!\n"
printf "\nDo you want to install the bot in a python virtual environment? (y/n)"
read venv
# check if running on femtofox embedded
if [ $(hostname) == "femtofox" ]; then
printf "\nDetected femtofox embedded skipping venv\n"
else
printf "\nDo you want to install the bot in a python virtual environment? (y/n)"
read venv
if [ $venv == "y" ]; then
# set virtual environment