Skip to content

Instantly share code, notes, and snippets.

@rustoceans
Created November 15, 2017 19:47
Show Gist options
  • Save rustoceans/f036775f5a5314573b39cbc82f4a6f1a to your computer and use it in GitHub Desktop.
Save rustoceans/f036775f5a5314573b39cbc82f4a6f1a to your computer and use it in GitHub Desktop.
update nightly
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