From edd082cdbc10394d12040013657ae684da51f7a3 Mon Sep 17 00:00:00 2001 From: Wu Yu Wei Date: Thu, 30 Dec 2021 15:40:20 +0800 Subject: Allow bootstrap on Pop!_OS 21.10 --- python/servo/bootstrap.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'python/servo/bootstrap.py') diff --git a/python/servo/bootstrap.py b/python/servo/bootstrap.py index f7da1205edc..6e3f9a20b87 100644 --- a/python/servo/bootstrap.py +++ b/python/servo/bootstrap.py @@ -355,7 +355,9 @@ def get_linux_distribution(): else: major = version - if major == '20': + if major == '21': + base_version = '21.04' + elif major == '20': base_version = '20.04' elif major == '19': base_version = '18.04' -- cgit v1.2.3