Skip to content

Instantly share code, notes, and snippets.

@alingogo
Last active February 1, 2016 02:06
Show Gist options
  • Save alingogo/5335285 to your computer and use it in GitHub Desktop.
Save alingogo/5335285 to your computer and use it in GitHub Desktop.
#!/bin/bash
yum install firefox
wget "http://download.mozilla.org/?product=firefox-20.0&os=linux&lang=ja"
tar jxvf firefox-20.0.tar.bz2
cp -frp firefox /usr/local/
mv /usr/bin/firefox{,.bak}
ln -s /usr/local/firefox/firefox /usr/bin/.
yum install -y ld-linux.so.2
yum install -y libstdc++
yum install -y libstdc++.so.6
yum install -y libxul.so
yum install -y libpk-gtk-module.so libcanberra-gtk-module.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment