Skip to content

Instantly share code, notes, and snippets.

@kashiwasan
Forked from alingogo/firefox_20_install.sh
Last active February 1, 2016 02:09
Show Gist options
  • Save kashiwasan/112a93f99d9b13ce47ed to your computer and use it in GitHub Desktop.
Save kashiwasan/112a93f99d9b13ce47ed to your computer and use it in GitHub Desktop.
#!/bin/bash
# yum install firefox
wget "http://download.mozilla.org/?product=firefox-43.0-SSL&os=linux&lang=ja"
tar jxvf firefox-43.0.tar.bz2
cp -frp firefox /usr/local/firefox43
mv /usr/bin/firefox{,.bak}
ln -s /usr/local/firefox43/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