Skip to main content
Question

Slack Automatic Update

  • September 9, 2020
  • 5 replies
  • 93 views

Forum|alt.badge.img+5

Hello,
I would like to update the program Slack via Patch Management! Have you found a solution where you don't always have to pack the .DMG into .pkg packages?

I don't know if this script is what I am looking for!

https://www.jamf.com/jamf-nation/third-party-products/files/1038/slack-patch-management

If so, how did you solve the problem that the script automatically checks for updates?

Thanks for your support

5 replies

Forum|alt.badge.img+14
  • Honored Contributor
  • September 9, 2020

You'd be better off using the App Store version via VPP.


Forum|alt.badge.img+16
  • Valued Contributor
  • September 9, 2020

I use patch management to create a smart group, and then i have a policy scoped to users who do not have the latest version that checks if slack is closed, and then runs the script to update slack if it is closed. It's set to run at login since slack is almost always open for users who are on their computers.
I also have a button in self service that is featured named "update slack" only scoped to users who are not on the latest version.


MacJunior
Forum|alt.badge.img+9
  • Valued Contributor
  • September 27, 2021

@AdamCraig could you share that script please? 


Forum|alt.badge.img+16
  • Valued Contributor
  • September 27, 2021

@AdamCraig could you share that script please? 


i've actually stopped using a custom script for this and switched to just using installomator https://github.com/Installomator/Installomator 

https://scriptingosx.com/2020/06/using-installomator-with-jamf-pro/

 


MacJunior
Forum|alt.badge.img+9
  • Valued Contributor
  • September 28, 2021

i've actually stopped using a custom script for this and switched to just using installomator https://github.com/Installomator/Installomator 

https://scriptingosx.com/2020/06/using-installomator-with-jamf-pro/

 


lovely ... thanks