eth-its / autopkg-mac-recipes-yaml

AutoPkg recipes for deployment of Mac software via Jamf Pro, in use at ETH Zürich
Apache License 2.0
33 stars 10 forks source link

NextCloud recipes #12

Closed grahampugh closed 3 years ago

grahampugh commented 3 years ago

New request.

katidzehnder commented 3 years ago

needs different regex to compare installed version.

(Testing) '3.3.1.6887' reports '3.3.1git (build 6887)' in inventory

grahampugh commented 3 years ago

Thanks. Looks like it needs the CFBundleVersion instead of the CFBundleShortVersionString.

grahampugh commented 3 years ago

@katidzehnder I've altered the recipe to use CFBundleVersion; I think it's working now.

katidzehnder commented 3 years ago

working now