diff --git a/instanceinfo.sh b/instanceinfo.sh index 8d81ab5..798d8d6 100755 --- a/instanceinfo.sh +++ b/instanceinfo.sh @@ -92,6 +92,8 @@ function main() if grep -Eq '"is_(pro|verified)"' <<<"${json}"; then implementation="Gab" + elif grep -Eq '"version":"[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+\."' <<<"${json}"; then + implementation="Florence" elif grep -Eq '"version":"[0-9]+\.[0-9]+\.[0-9]+"' <<<"${json}"; then implementation="Mastodon" fi