Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SpudGunMan committed Dec 14, 2024
1 parent f9370d4 commit 1740bbf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1740bbf

Please sign in to comment.