diff --git a/tool/bootstrap.sh b/tool/bootstrap.sh index 5d589f70..e3cb3e88 100755 --- a/tool/bootstrap.sh +++ b/tool/bootstrap.sh @@ -94,6 +94,20 @@ else echo "⚠️ mason get: See https://docs.brickhub.dev/installing for installation." fi +############################################################################## +## +## grinder +## +############################################################################## +echo "" +echo "🚀 grinder check: Start" +if type grinder >/dev/null 2>&1; then + echo "✅ grinder check: Success" +else + echo "⚠️ grinder check: Skip grinder because it could not be found." + echo "⚠️ grinder check: See https://pub.dev/packages/grinder/install for installation." +fi + ############################################################################## ## ## Finish