From 50e82c5b99c8fdf017b715d5856945dc749fe80c Mon Sep 17 00:00:00 2001 From: yumaojun <719118794@qq.com> Date: Mon, 29 Feb 2016 11:08:48 +0800 Subject: [PATCH] =?UTF-8?q?fix=20(install.py):=20=E3=80=80=E6=9B=B4?= =?UTF-8?q?=E6=96=B0wiki=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/install.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/install.py b/install/install.py index 1f174f915..633e80ace 100755 --- a/install/install.py +++ b/install/install.py @@ -1,7 +1,6 @@ #!/usr/bin/python # coding: utf-8 -import subprocess import time import os import sys @@ -271,7 +270,7 @@ class PreSetup(object): print def start(self): - color_print('请务必先查看wiki https://github.com/ibuler/jumpserver/wiki/Quickinstall') + color_print('请务必先查看wiki https://github.com/jumpserver/jumpserver/wiki') time.sleep(3) self.check_platform() self._rpm_repo()