Update install.sh

This commit is contained in:
SpudGunMan
2024-07-10 17:53:00 -07:00
parent 59fbef29c0
commit 6e63ce346d

View File

@@ -4,6 +4,10 @@
cd "$(dirname "$0")"
# add user to groups for serial access
sudo usermod -a -G dialout $USER
sudo usermod -a -G tty $USER
# 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)"