Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.21 KB

macos-example-configurations.md

File metadata and controls

35 lines (28 loc) · 1.21 KB
  • Chrome

    • type: Static
    • command: system_profiler
    • arguments: SPApplicationsDataType | grep Chrome -A 2
    • installed regex: Version: (.*)
    • latest URL: https://www.softpedia.com/get/Internet/Browsers/Google-Chrome.shtml
    • latest regex: Download Google Chrome ([^\s]+)
  • Firefox

    • type: Static
    • command: system_profiler
    • arguments: SPApplicationsDataType | grep Firefox -A 5
    • installed regex: Version: (.*)
    • latest URL: https://www.mozilla.org/en-US/firefox/releases/
    • latest regex: data-latest-firefox="(\S+)"
  • PowerShell

    • type: Static
    • command: pwsh
    • argument: --version
    • installed regex: PowerShell (.*)
    • latest URL: https://github.com/PowerShell/PowerShell/releases/latest
    • latest regex: releases\/tag\/v(.*?)"
  • VS Code

    • type: Static
    • command: system_profiler
    • argument: SPApplicationsDataType | grep 'Visual Studio Code' -A 2
    • installed regex: Version: (.*)
    • latest URL: https://github.com/microsoft/vscode/releases/latest
    • latest regex: releases\/tag\/(.*?)"