I want to update Adobe Reader remotely on a Mac through the terminal. Flash Player had a .pkg file in the .dmg, so installing that wasn't difficult. There is no .pkg file in Adobe Reader updates.
Does any one have a handy method for performing these updates? I see some .sh files in the .dmg but it is not clear what the order is for running them.
Edit:
There is a script at AdbeRdrUpdate*_all_xxx.app/Contents/Resources/InstallUpdates.sh and it takes 4 commandline arguments like:
./InstallUpdates.sh app-dir app-name current-dir payloadnumber
I'll try something like:
./InstallUpdates.sh /Applications AdobeReader ./ 0
Has anyone had experience doing this? Thanks :)