Skip to content

Instantly share code, notes, and snippets.

@Saphareas
Created October 1, 2019 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Saphareas/008b237188ce7a4bbed02075c6cf8102 to your computer and use it in GitHub Desktop.
Save Saphareas/008b237188ce7a4bbed02075c6cf8102 to your computer and use it in GitHub Desktop.
Install Firefox Developer Edition (Aurora) on Linux
[Desktop Entry]
Name=Firefox Developer Edition
Exec=/opt/firefox-dev-edition/firefox/firefox
Icon=/opt/firefox-dev-edition/firefox/browser/chrome/icons/default/default128.png
Type=Application
Categories=GNOME;GTK;Webbrowser;X-Developer;
#!/bin/sh
wget -O /tmp/ff-dev-edition "https://download.mozilla.org/?product=firefox-devedition-latest-ssl&os=linux64&lang=de"
mkdir /opt/firefox-dev-edition
tar -xf /tmp/ff-dev-edition -C /opt/firefox-dev-edition
cp ./firefox-dev-edition.desktop /usr/share/applications
chmod +x /usr/share/applications/firefox-dev-edition.desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment