fix(agent): yellow os-type skips

This commit is contained in:
2025-05-31 22:36:51 +01:00
parent 432207808a
commit 30035f32e6
13 changed files with 14 additions and 12 deletions

View File

@@ -12,5 +12,5 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
echo "MeetingBar is already installed."
fi
else
echo "Skipping: Not macOS"
echo -e "${YELLOW}Skipping: Not macOS${NC}"
fi