aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/bootstrap.py')
-rw-r--r--python/servo/bootstrap.py4
1 files changed, 3 insertions, 1 deletions
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'