Skip to content

Instantly share code, notes, and snippets.

@Teqqles
Created March 2, 2018 21:48
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 Teqqles/7db713bcf0c43a3c6b74fb42fd2ea506 to your computer and use it in GitHub Desktop.
Save Teqqles/7db713bcf0c43a3c6b74fb42fd2ea506 to your computer and use it in GitHub Desktop.
Getting Firefox 57 installed and working on Raspberry PI 3
wget http://launchpadlibrarian.net/352602073/firefox_57.0.4+build1-0ubuntu0.14.04.1_armhf.deb
dpkg -i firefox_57.0.4+build1-0ubuntu0.14.04.1_armhf.deb
echo 'user_pref("gfx.content.azure.backends", "");' >> ~/.mozilla/firefox/*.default/prefs.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment