Skip to content

Instantly share code, notes, and snippets.

@hirokiky
Created February 6, 2015 13:33
Show Gist options
  • Save hirokiky/d0cc28c4632aae2ac830 to your computer and use it in GitHub Desktop.
Save hirokiky/d0cc28c4632aae2ac830 to your computer and use it in GitHub Desktop.
Updating script of Flash plugin for Firefox
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