mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
typofix + conform to Apple's brand style preferences
They like it like "macOS" (https://www.computerworld.com/article/3082696/apple-rebrands-os-x-as-macos-taps-upgrade-as-sierra.html), with a lowercase "m"
This commit is contained in:
parent
765a1fd267
commit
f22aae4f00
@ -5,7 +5,7 @@ Get all software installed on a macOS computer, including apps, browser plugins,
|
|||||||
> This does not included other running processes in the `processes` table.
|
> This does not included other running processes in the `processes` table.
|
||||||
|
|
||||||
### Support
|
### Support
|
||||||
MacOS
|
macOS
|
||||||
|
|
||||||
### Query
|
### Query
|
||||||
```sql
|
```sql
|
||||||
@ -29,7 +29,7 @@ FROM chrome_extensions
|
|||||||
SELECT
|
SELECT
|
||||||
name as name,
|
name as name,
|
||||||
version AS version
|
version AS version
|
||||||
'firefox_addones' AS source
|
'firefox_addons' AS source
|
||||||
FROM firefox_addons
|
FROM firefox_addons
|
||||||
SELECT
|
SELECT
|
||||||
name as name,
|
name as name,
|
||||||
|
Loading…
Reference in New Issue
Block a user