Last active
October 24, 2017 22:14
-
-
Save trodemaster/5f5184c5faac56ce9844e8f9b988bee3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If your like me and use Chrome on macOS to access VMware vSphere web client follow these steps to update to the latest flash beta player... | |
Download the macOS pepper PPAPI flash installer here www.adobe.com/go/flashplayerbeta | |
Install this version of the flash player | |
Quit chrome | |
Clean out other versions of flash | |
rm -r ~/Library/Application\ Support/Google/Chrome/PepperFlash/* | |
Copy updated flash player to the chrome plugin dir | |
cp -r /Library/Internet\ Plug-Ins/PepperFlashPlayer/* ~/Library/Application\ Support/Google/Chrome/PepperFlash/ | |
Launch Chrome and verify that you have version 27,0,0,180 or greater installed http://get.adobe.com/flashplayer/about/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment