Created
March 2, 2018 21:48
-
-
Save Teqqles/7db713bcf0c43a3c6b74fb42fd2ea506 to your computer and use it in GitHub Desktop.
Getting Firefox 57 installed and working on Raspberry PI 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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