Update optimize shell script for Linux X86 and ARM

This commit is contained in:
Stille
2021-05-31 12:36:40 +08:00
parent 6f9ce8452b
commit 2ff4880710
3 changed files with 135 additions and 48 deletions

View File

@@ -7,25 +7,25 @@
> *docker image support for X86 and ARM*
## 更新
**2021-05-31** 更新国内镜像方便使用
**2021-05-31** 目前 X86 群晖 DMS 7.0 可直接使用 Linux 版本脚本,已实测.由于没有 ARM 版可尝试,请自行尝试.
**2021-05-31** 更新 Linux 一键安装脚本同时支持 X86 和 ARM
**2021-05-29** 更新从`0.36.2`版本起 docker 镜像同时支持 X86 和 ARM
## 使用说明
以下分为四种部署方法,请根据实际情况自行选择:
- 群晖NAS docker 安装 **[支持 docker 的群晖机型首选]**
- 群晖NAS 一键脚本安装 **[不支持 docker 的群晖机型]**
- 群晖 NAS docker 安装 **[支持 docker 的群晖机型首选]** [点击查看教程](https://www.ioiox.com/archives/26.html)
- 群晖 NAS 一键脚本安装 **[不支持 docker 的群晖机型]** [点击查看教程](https://www.ioiox.com/archives/6.html)
- Linux 服务器 一键脚本安装 **[内网 Linux 服务器或虚拟机]**
- Linux 服务器 docker 安装 **[内网 Linux 服务器或虚拟机]**
### 群晖NAS docker 安装
[群晖NAS使用Docker安装配置frpc内网穿透教程](https://www.ioiox.com/archives/26.html)
### 群晖NAS 一键脚本安装
[群晖NAS安装配置免费frp内网穿透教程](https://www.ioiox.com/archives/6.html)
### Linux 服务器 一键脚本安装
> *本脚本目前同时支持 Linux X86 和 ARM 架构*
安装
```shell
wget https://raw.githubusercontent.com/stilleshan/frpc/master/frpc_linux_install.sh && chmod +x frpc_linux_install.sh && ./frpc_linux_install.sh
# 国内 gitee 镜像
wget https://gitee.com/stilleshan/frpc/raw/master/frpc_linux_install.sh && chmod +x frpc_linux_install.sh && ./frpc_linux_install.sh
```
使用
@@ -38,7 +38,8 @@ sudo systemctl restart frpc
卸载
```shell
wget https://raw.githubusercontent.com/stilleshan/frpc/master/frpc_linux_uninstall.sh && chmod +x frpc_linux_uninstall.sh && ./frpc_linux_uninstall.sh
# 国内 gitee 镜像
wget https://gitee.com/stilleshan/frpc/raw/master/frpc_linux_uninstall.sh && chmod +x frpc_linux_uninstall.sh && ./frpc_linux_uninstall.sh
```
### Linux 服务器 docker 安装
@@ -46,8 +47,8 @@ wget https://raw.githubusercontent.com/stilleshan/frpc/master/frpc_linux_uninsta
**git clone** 本仓库,并正确配置 **frpc.ini** 文件.
```shell
git clone https://github.com/stilleshan/frpc.git
# git clone 本仓库
git clone https://gitee.com/stilleshan/frpc.git
# git clone 本仓库 gitee 镜像
vi /root/frpc/frpc.ini
# 配置 frpc.ini 文件
```