Skip to content

Instantly share code, notes, and snippets.

@davidbeijinho
Created June 29, 2021 11:11
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 davidbeijinho/408ff48cdbde3d6bca3ae8952b5d380c to your computer and use it in GitHub Desktop.
Save davidbeijinho/408ff48cdbde3d6bca3ae8952b5d380c to your computer and use it in GitHub Desktop.
Linux machine
mkdir -p ~/.local/bin
wget "https://download.mozilla.org/?product=firefox-devedition-latest-ssl&os=linux64&lang=en-US" -O firefoxDev.tar.bz2
mkdir -p ~/.local/bin/firefoxDev
tar -xvf firefoxDev.tar.bz2 -C ~/.local/bin/firefoxDev
sudo ln -s ~/.local/bin/firefoxDev/firefox/firefox /usr/bin/firefox-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment