Skip to content

Instantly share code, notes, and snippets.

@marti1125
Last active March 3, 2017 21:52
Show Gist options
  • Save marti1125/9eee8a25839062c89f5b61a496b2d2e4 to your computer and use it in GitHub Desktop.
Save marti1125/9eee8a25839062c89f5b61a496b2d2e4 to your computer and use it in GitHub Desktop.
Firefox Desktop - Elementary
python -c 'import platform; print(platform.linux_distribution())'
('"elementary"', '0.4', 'loki')
/mozilla-central/python/mozboot/mozboot/bootstrap.py
DEBIAN_DISTROS = (
'Debian',
'debian',
'Ubuntu',
# Most Linux Mint editions are based on Ubuntu. One is based on Debian.
# The difference is reported in dist_id from platform.linux_distribution.
# But it doesn't matter since we share a bootstrapper between Debian and
# Ubuntu.
'Mint',
'LinuxMint',
'Elementary OS',
'Elementary',
'"elementary OS"',
'"elementary"',
)
./match bootstrap
=)
info: downloading component 'rustc'
Your system should be ready to build Firefox for Desktop!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment