Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Egnyte keeps updating #500

Closed
mp-strachan opened this issue Apr 26, 2022 · 2 comments
Closed

Egnyte keeps updating #500

mp-strachan opened this issue Apr 26, 2022 · 2 comments
Labels
application adds or improves an application label bug Something isn't working version-check add or update version check
Milestone

Comments

@mp-strachan
Copy link

Hi Installomator team!

We are using installomator with our MDM system, which runs each label daily. One label we deploy is Egnyte, which seems to want to try and update every day, even when there is not actually a new version released. It seems to be reading the installed version incorrectly.

Any assistance with sorting this would be much appreciated.

Cheers!

@scriptingosx scriptingosx added bug Something isn't working application adds or improves an application label version-check add or update version check labels May 3, 2022
@macbofh
Copy link

macbofh commented May 4, 2022

Add this to the label so installomator can compare the installed version with the latest online version:

appNewVersion=$(curl -fs "https://egnyte-cdn.egnyte.com/egnytedrive/mac/en-us/versions/default.xml" | xpath '(//rss/channel/item/enclosure/@sparkle:shortVersionString)[1]' | cut -d '"' -f 2)

@scriptingosx
Copy link
Collaborator

see #533

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application adds or improves an application label bug Something isn't working version-check add or update version check
Projects
None yet
Development

No branches or pull requests

3 participants