Update ServerStatus1Click.sh

pull/2/head
dovela 2018-06-26 23:24:20 +08:00 committed by GitHub
parent cb18cdc13e
commit a9d58ac8e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
#=================================================
# System Required: CentOS 6+/Debian 6+/Ubuntu 14.04+
# System Required: CentOS 6+/Debian 6+/Ubuntu 14.04+/others(test)
# Description: Auto-install the ServerStatus Client
# Version: 1.0.1
# Author: dovela
@ -96,7 +96,6 @@ install_env(){
clear
check_sys
[[ ${release} != "debian" ]] && [[ ${release} != "ubuntu" ]] && [[ ${release} != "centos" ]] && echo -e "${Error} 本脚本不支持当前系统 ${release} !" && exit 1
[ $(id -u) != "0" ] && echo -e "Error: You must be root to run this script" && exit 1
echo -e " 默认端口35601出现问题请在 https://github.com/dovela/ServerStatus1Click 处提issue
————————————
@ -104,7 +103,7 @@ echo -e " 默认端口35601出现问题请在 https://github.com/dovela/Serve
2.运行 client_linux
3.运行 client_psutil
4.停止运行
5.首次安装依赖,直接安装失败请执行
5.首次安装linux依赖,直接安装失败请执行
————————————
输入数字开始或ctrl + c退出
"