• Joined on 2025-07-20
michael synced commits to master at michael/webmin from mirror 2026-01-22 17:21:59 +00:00
c70bae48aa Fix release date in changelog
michael synced commits to main at michael/scrypted from mirror 2026-01-22 01:01:57 +00:00
079878b663 core: allow PATH in terminal service
0d02ea8f08 core: support cwd in terminalservice
Compare 2 commits »
michael synced commits to renovate/traefik-3.x at michael/compose-farm from mirror 2026-01-20 08:11:57 +00:00
267cc4c697 ⬆️ Update traefik Docker tag to v3.6
596a05e39d web: Refresh dashboard after terminal task completes (#173)
Compare 2 commits »
michael synced commits to refs/renovate/branches/renovate/traefik-3.x at michael/compose-farm from mirror 2026-01-20 08:11:57 +00:00
9e931753e6 ⬆️ Update traefik Docker tag to v3.6
596a05e39d web: Refresh dashboard after terminal task completes (#173)
Compare 2 commits »
michael synced and deleted reference refs/tags/grand-moose at michael/compose-farm from mirror 2026-01-20 08:11:55 +00:00
michael synced commits to main at michael/compose-farm from mirror 2026-01-20 08:11:55 +00:00
596a05e39d web: Refresh dashboard after terminal task completes (#173)
michael synced commits to main at michael/scrypted from mirror 2026-01-20 08:11:53 +00:00
f23ad06eef snapshot: verify acls
3c8b513c31 sdk: update
35df17334c sdk: AccessControls
Compare 3 commits »
michael commented on issue Installomator/Installomator#648 2026-01-19 18:34:50 +00:00
Version checking before quitting app?

@apizz commented on GitHub:

I like the idea but concerned with the current implementation: https://github.com/Theile/Installomator/blob/dev/Installomator.sh#L410-L417.

The only thing that's…

michael commented on issue Installomator/Installomator#648 2026-01-19 18:34:50 +00:00
Version checking before quitting app?

@Oh4sh0 commented on GitHub:

Yeah, Spotify hasn't updated https://www.spotify.com/us/opensource/ with the most recent version(s) since 1.1.46.

Haven't found an alternate url where they're…

michael commented on issue Installomator/Installomator#648 2026-01-19 18:34:50 +00:00
Version checking before quitting app?

@Theile commented on GitHub:

We have to investigate the log output to know what is going on. That is the option for now.

michael commented on issue Installomator/Installomator#648 2026-01-19 18:34:50 +00:00
Version checking before quitting app?

@isaacatmann commented on GitHub:

This is super cool @Theile Thank You!!! We've been watching our metrics and we see about a 60-100 "New App Version Installed Matches Existing App Version"…

michael commented on issue Installomator/Installomator#648 2026-01-19 18:34:50 +00:00
Version checking before quitting app?

@Theile commented on GitHub:

I have tested the above, and Spotify version is not correct. The page does not currently have the version that is actually installed by the dmg. BTW, remember “curl…

michael opened issue Installomator/Installomator#650 2026-01-19 18:34:50 +00:00
What if the user is already running the latest version?
michael commented on issue Installomator/Installomator#648 2026-01-19 18:34:50 +00:00
Version checking before quitting app?

@Theile commented on GitHub:

Version checking has been added to latest dev 0.5. (It's identical to the fork I have made). I will close this request now, but please check the new dev, and let us…

michael commented on issue Installomator/Installomator#648 2026-01-19 18:34:50 +00:00
Version checking before quitting app?

@Theile commented on GitHub:

In my branch (https://github.com/Theile/Installomator), I have added these: iTerm 2, Docker, Postman, SourceTree, Visual Studio Code

These, already had version…

michael commented on issue Installomator/Installomator#648 2026-01-19 18:34:50 +00:00
Version checking before quitting app?

@Oh4sh0 commented on GitHub:

I did something similar to you. I've added the following. Note, I haven't tried subsequent releases to ensure the vendor is keeping them consistent.

iTerm2 `ap…

michael commented on issue Installomator/Installomator#648 2026-01-19 18:34:50 +00:00
Version checking before quitting app?

@Theile commented on GitHub:

And I can add a version like "10.2332.565 (245.5434)" or something like that.

So that was why I ended up with just a difference.

Please note that the download…

michael commented on issue Installomator/Installomator#648 2026-01-19 18:34:50 +00:00
Version checking before quitting app?

@Oh4sh0 commented on GitHub:

Spotify

downloadURL="https://download.scdn.co/Spotify.dmg"
expectedTeamID="2FNC3A47ZF"
appNewVersion=$(curl https://www.spotify.com/us/opensource/ 
michael commented on issue Installomator/Installomator#648 2026-01-19 18:34:50 +00:00
Version checking before quitting app?

@Theile commented on GitHub:

I understand this. And with the extreme long list of software, it's not easy to test all of these. I mean some test for sparkle, some try to isolate it in the name,…

michael commented on issue Installomator/Installomator#648 2026-01-19 18:34:50 +00:00
Version checking before quitting app?

@Oh4sh0 commented on GitHub:

The reality is there will not be a perfect solution, mainly because of there being no standard on version numbering.

In JAMF I've taken a number of softwares,…