Commit 50e82c5b authored by yumaojun's avatar yumaojun

fix (install.py):  更新wiki地址

parent 1f9337fe
#!/usr/bin/python #!/usr/bin/python
# coding: utf-8 # coding: utf-8
import subprocess
import time import time
import os import os
import sys import sys
...@@ -271,7 +270,7 @@ class PreSetup(object): ...@@ -271,7 +270,7 @@ class PreSetup(object):
print print
def start(self): 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) time.sleep(3)
self.check_platform() self.check_platform()
self._rpm_repo() self._rpm_repo()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment