From f70b7a5165638940f484c13e43185c75df08def5 Mon Sep 17 00:00:00 2001 From: Teymour Aldridge Date: Wed, 3 Aug 2022 20:10:09 +0800 Subject: [PATCH] Fix ./mach bootstrap on fedora. --- python/servo/bootstrap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/servo/bootstrap.py b/python/servo/bootstrap.py index a3c5c9efb34..6d288ac2a68 100644 --- a/python/servo/bootstrap.py +++ b/python/servo/bootstrap.py @@ -390,6 +390,7 @@ def get_linux_distribution(): 'centos linux', 'debian gnu/linux', 'fedora', + 'fedora linux', 'void', 'nixos', ]: