mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-22 16:18:30 +00:00
Merge pull request #1024 from dbinary/patch-1
[minor] Update install_erpnext.py
This commit is contained in:
@@ -63,7 +63,7 @@ def validate_install():
|
||||
# check distribution
|
||||
distribution = platform.linux_distribution()[0].lower().replace('"', '')
|
||||
print "Distribution = ", distribution
|
||||
is_redhat = distribution in ("redhat", "centos", "centos linux", "fedora")
|
||||
is_redhat = distribution in ("redhat", "red hat enterprise linux server", "centos", "centos linux", "fedora")
|
||||
is_debian = distribution in ("debian", "ubuntu", "elementary os", "linuxmint")
|
||||
|
||||
if not (is_redhat or is_debian):
|
||||
|
||||
Reference in New Issue
Block a user