Update install.sh

This commit is contained in:
SpudGunMan
2025-01-21 19:20:49 -08:00
parent a87055874a
commit de7fdfad11
+1 -1
View File
@@ -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"