diff --git a/README.md b/README.md index cd1d53f06..e688b37e9 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Web批量执行命令 ### 特点 -* 完全真开源,GPL授权 +* 完全开源,GPL授权 * Python编写,容易再次开发 * 实现了跳板机基本功能,认证、授权、审计 * 集成了Ansible,批量命令等 diff --git a/install/install.py b/install/install.py index 055dbe771..b26040729 100755 --- a/install/install.py +++ b/install/install.py @@ -192,15 +192,15 @@ class PreSetup(object): @staticmethod def _pull(): color_print('开始更新jumpserver', 'green') - bash('git pull') - os.chdir(os.path.join(jms_dir, 'install')) + # bash('git pull') + os.chdir(jms_dir) os.chmod('logs', 0777) os.chmod('keys', 0777) def start(self): - self._rpm_repo() - self._depend_rpm() - self._require_pip() + # self._rpm_repo() + # self._depend_rpm() + # self._require_pip() self._set_env() self._input_ip() self._input_mysql()