Update install.sh

This commit is contained in:
SpudGunMan
2025-01-04 00:04:57 -08:00
parent 772218d108
commit 3b4b0e8c32
+2 -1
View File
@@ -178,7 +178,8 @@ fi
if [[ $(echo "${meshbotservice}" | grep -i "^y") ]] || [[ $(echo "${embedded}" | grep -i "^y") ]]; then
sudo useradd -M meshbot
sudo usermod -L meshbot
groupadd meshbot
sudo groupadd meshbot
sudo usermod -a -G meshbot meshbot
whoami="meshbot"
echo "Added user meshbot with no home directory"
sudo usermod -a -G dialout $whoami