mirror of
https://github.com/frappe/bench.git
synced 2025-03-20 08:22:22 +00:00
support for debian 9
support for debian 9
This commit is contained in:
parent
60b417c9e3
commit
1769ee0f18
@ -115,7 +115,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': [14, 15, 16], 'debian': [7, 8],
|
supported_dists = {'ubuntu': [14, 15, 16], 'debian': [7, 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…
x
Reference in New Issue
Block a user