Skip to content

Instantly share code, notes, and snippets.

@rustoceans
Created November 17, 2017 15:43
Show Gist options
  • Save rustoceans/2b7b9079d67a0c53ccc14e88bdd7a108 to your computer and use it in GitHub Desktop.
Save rustoceans/2b7b9079d67a0c53ccc14e88bdd7a108 to your computer and use it in GitHub Desktop.
update nightly
rm -rf ~/firefox-59.0a1.en-US.linux-x86_64.tar.bz2
nightly_url="https://download-installer.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/firefox-59.0a1.en-US.linux-x86_64.tar.bz2"
wget $nightly_url
cd /opt
sudo rm -rf firefox/
sudo tar -xvjf ~/firefox-59.0a1.en-US.linux-x86_64.tar.bz2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment