+1 On Exhibit! Here's a session I did last year at JNUC on setting up
the App for your Apple TVs. If you have any questions feel free to reach
out!https://www.youtube.com/watch?v=DHgrOLzTk7I
@bjones It should be as simple as checking to see if the file exists on
the device. This has been working for us: #!/bin/sh # Check to see if a
VirtualBox Extension Pack is installed if [ -e
/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/...
The PerformUpdate function should include the --version flag before the
'$2' variable if you are wanting to target a specific version for
installation. function PerformUpdate() { echo "• Perform Update:
${CMD_PREFIX}./msupdate --install --apps $1 --v...