mirror of https://github.com/jumpserver/jumpserver
fix (install.py): 更新wiki地址
parent
1f9337feca
commit
50e82c5b99
|
@ -1,7 +1,6 @@
|
||||||
#!/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):
|
||||||
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()
|
||||||
|
|
Loading…
Reference in New Issue