Created
May 2, 2016 02:35
-
-
Save z2015/eb840f5490a1b12f302feb0763ce2ca2 to your computer and use it in GitHub Desktop.
Ubuntu Kylin自带chromium浏览器安装flashplayer插件
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
| sudo apt-get update | |
| sudo apt-get install chromium-browser | |
| sudo apt-get install pepperflashplugin-nonfree | |
| sudo update-pepperflashplugin-nonfree --install | |
| sudo apt-get remove chromium-browser pepperflashplugin-nonfree |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment