Skip to content

Instantly share code, notes, and snippets.

View last-endcode's full-sized avatar
🎯
Focusing

Last end code last-endcode

🎯
Focusing
View GitHub Profile
@last-endcode
last-endcode / firefox-developer-edition.md
Created September 23, 2020 04:15 — forked from mahammad/firefox-developer-edition.md
How To install Firefox Developer Edition and create desktop icon for Ubuntu 14.04 LTS

chose other install way

  1. Open Terminal Ctrl+Alt+T Download Firefox Developer Edition tar file

    wget https://download.mozilla.org/?product=firefox-aurora-latest-ssl&os=linux64&lang=en-US

  2. Copy tar file to opt sudo cp -rp firefox-35.0a2.en-US.linux-x86_64.tar.bz2

  3. Open opt folder (cd /opt/) and untar file sudo tar xjf firefox-35.0a2.en-US.linux-x86_64.tar.bz2