fix(agent): log non-darwin installs

This commit is contained in:
2025-05-31 22:26:50 +01:00
parent ed89ec3af4
commit 432207808a
11 changed files with 22 additions and 1 deletions

View File

@@ -11,4 +11,6 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
else
echo "Arc Browser is already installed."
fi
else
echo "Skipping: Not macOS"
fi