From c8c9104ff9cd89480a8eef39dbb41577b799624c Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Tue, 10 Apr 2018 18:41:30 +0530 Subject: [PATCH] minor --- playbooks/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/install.py b/playbooks/install.py index 4020a850..fb478ddf 100644 --- a/playbooks/install.py +++ b/playbooks/install.py @@ -124,7 +124,7 @@ def install_bench(args): shutil.rmtree(tmp_bench_repo) def check_distribution_compatibility(): - supported_dists = {'ubuntu': [15, 16], 'debian': [8, 9], + supported_dists = {'ubuntu': [14, 15, 16], 'debian': [8, 9], 'centos': [7], 'macos': [10.9, 10.10, 10.11, 10.12]} dist_name, dist_version = get_distribution_info()