From 6e63ce346d85f8efbbd7b807fca004d4bee5b52c Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 10 Jul 2024 17:53:00 -0700 Subject: [PATCH] Update install.sh --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 1642dc1..89f5a16 100755 --- a/install.sh +++ b/install.sh @@ -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)"