mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 00:21:23 +00:00
commit
7e0b48bbdb
@ -124,7 +124,7 @@ def install_bench(args):
|
|||||||
shutil.rmtree(tmp_bench_repo)
|
shutil.rmtree(tmp_bench_repo)
|
||||||
|
|
||||||
def check_distribution_compatibility():
|
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]}
|
'centos': [7], 'macos': [10.9, 10.10, 10.11, 10.12]}
|
||||||
|
|
||||||
dist_name, dist_version = get_distribution_info()
|
dist_name, dist_version = get_distribution_info()
|
||||||
|
Loading…
Reference in New Issue
Block a user