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"