Skip to content

Instantly share code, notes, and snippets.

@yasuken1990
Created September 20, 2018 07:17
Show Gist options
  • Save yasuken1990/7900c05f3431a415ffc6efe2adaa6390 to your computer and use it in GitHub Desktop.
Save yasuken1990/7900c05f3431a415ffc6efe2adaa6390 to your computer and use it in GitHub Desktop.
FireFoxのバージョンを指定してダウンロードする ref: https://qiita.com/yasuken/items/12f0b0bad0dd5d11f5fd
$ wget https://ftp.mozilla.org/pub/firefox/releases/24.0esr/linux-x86_64/ja/firefox-24.0esr.tar.bz2
$ tar xfj firefox-24.0esr.tar.bz2
    $ mv firefox /usr/local/
    $ ln -s /usr/local/firefox/firefox /usr/bin/firefox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment