mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-15 06:49:17 +00:00
Update install.py
This commit is contained in:
@@ -90,7 +90,7 @@ class PreSetup(object):
|
||||
|
||||
@property
|
||||
def _is_centos7(self):
|
||||
if self.dist.startswith("centos") or self.dist.startswith("centos linux") and self.version.startswith("7"):
|
||||
if (self.dist.startswith("centos") or self.dist.startswith("centos linux")) and self.version.startswith("7"):
|
||||
return True
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user