Created
February 6, 2015 13:33
-
-
Save hirokiky/d0cc28c4632aae2ac830 to your computer and use it in GitHub Desktop.
Updating script of Flash plugin for Firefox
This file contains 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
cd /tmp | |
mkdir adobe_flash | |
cd adobe_flash | |
wget http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.442/install_flash_player_11_linux.x86_64.tar.gz | |
tar axvf install_flash_player_11_linux.x86_64.tar.gz | |
sudo mv ./libflashplayer.so /usr/lib/mizilla/plugins |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment