Posted on 06-30-2020 11:33 AM
Couldn't find a script that did this. We don't use this a lot but I was asked to patch Cisco Webex to ensure that the users that do have it were on the latest version.
This is based on a script we've been using that does the same thing for chrome.
https://github.com/theadamcraig/jamf-scripts/blob/master/Cisco%20Webex%20-%20install%20latest%20vers...
Posted on 10-08-2020 12:29 PM
Hey @strayer you've got a typo in the script. Line 31 has loggedinUser where it should be loggedInUser (capital i). Or you need to change the variable in elsewhere so it's lowercase i. ¯_(ツ)_/¯
And "[[ ]]" and "==" are undefined in POSIX shell. Single brackets and single equals work fine.
Check out www.shellcheck.net. It's great for checking bash and sh scripts for possible problems and keeping your code up to date with the latest changes in those scripting environments. ;-)
Oh, and thanks for the script too! Another app down!
Posted on 10-09-2020 02:57 PM
@cwaldrip thanks for catching that Typo. I've updated it on github.
This script really doesn't get much use ;-)
I'll check out www.shellcheck.net , Thanks always looking for new tools.
Posted on 04-13-2021 04:27 PM
@strayer Just adding another linter for bash if you use Atom https://atom.io/packages/linter-shellcheck. I used to use spellcheck until I installed this plugin which works inline as you script :)
Posted on 08-18-2021 05:37 AM
This is just what I was looking for glad someone else had this request and thanks for sharing the script saved me a lot of time
Posted on 11-02-2022 05:56 AM
Is there an updated page to the script?
Posted on 11-02-2022 10:01 AM
I moved it to my Deprecated folder: https://github.com/theadamcraig/jamf-scripts/blob/master/Deprecated/Cisco%20Webex%20-%20install%20la...
It should still work, but I use Installomator now: https://github.com/Installomator/Installomator