From de7fdfad11c7496f6c5866bb1e2865eb6091dc4a Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 21 Jan 2025 19:20:49 -0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b3a521f..945b7a2 100755 --- a/install.sh +++ b/install.sh @@ -158,7 +158,7 @@ else fi # if $1 is passed -if [[ $1 == "mesh" ]]; then +if [[ $1 == "mesh" ]] || [[ $(echo "${embedded}" | grep -i "^y") ]]; then bot="mesh" elif [[ $1 == "pong" ]]; then bot="pong"