2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-23 15:08:24 +00:00
This commit is contained in:
Ameya Shenoy 2018-04-10 18:41:30 +05:30
parent cb557235c7
commit c8c9104ff9
No known key found for this signature in database
GPG Key ID: 735490161CD5C91E

View File

@ -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()