Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
zyh001 committed Aug 17, 2018
2 parents 4ae9c6d + 3057f82 commit 4695b08
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# V2ray.Fun
<<<<<<< HEAD
## 推荐使用Debian系列系统
### 一键安装
=======

## 简介

一个基于 Web 的 V2ray 控制面板

![1.png](1.png)

![2.png](2.png)

## 系统支持

**请务必使用新系统,纯净的VPS系统安装!!!**

- Debian 8
- **Debian 9(推荐)**
- Ubuntu 14
- Ubuntu 16
- CentOS 7

## 不支持
- CentOS 6

## 一键安装

目前处于测试阶段,不保证一键脚本能安装成功

>>>>>>> 3057f822f52a7be3221b33d989940d31d54bfc97
> wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/V2ray.Fun/master/install.sh && bash install.sh
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [ ${OS} == CentOS ];then
fi

if [ ${Debian_version} == 9 ];then
wget -N --no-check-certificate https://raw.githubusercontent.com/mingxin0130/V2ray.Fun/master/enable-debian9-rclocal.sh
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/V2ray.Fun/master/enable-debian9-rclocal.sh
bash enable-debian9-rclocal.sh
rm enable-debian9-rclocal.sh
fi
Expand Down

0 comments on commit 4695b08

Please sign in to comment.