Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RealLanta authored Feb 12, 2022
1 parent c398942 commit 7b2d041
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,26 @@ __________ .__ .__ _____
安装Passwall本体:

```bash
wget https://cdn.lanta.cyou/passwall/mips_pw_install.sh && chmod +x mips_pw_install.sh && ./mips_pw_install.sh
wget --no-check-certificate https://cdn.lanta.cyou/passwall/mips_pw_install.sh && chmod +x mips_pw_install.sh && ./mips_pw_install.sh && rm mips_pw_install.sh
```

安装v2ray插件:

```bash
wget https://cdn.lanta.cyou/passwall/mips_pw_v2ray.sh && chmod +x mips_pw_v2ray.sh && ./mips_pw_v2ray.sh
wget --no-check-certificate https://cdn.lanta.cyou/passwall/mips_pw_v2ray.sh && chmod +x mips_pw_v2ray.sh && ./mips_pw_v2ray.sh && rm mips_pw_v2ray.sh
```

安装Xray插件:

```bash
wget https://cdn.lanta.cyou/passwall/mips_pw_xray.sh && chmod +x mips_pw_xray.sh && ./mips_pw_xray.sh
wget --no-check-certificate https://cdn.lanta.cyou/passwall/mips_pw_xray.sh && chmod +x mips_pw_xray.sh && ./mips_pw_xray.sh && rm mips_pw_xray.sh
```

安装Trojan插件:

~~~bash
wget https://cdn.lanta.cyou/passwall/mips_pw_trojan.sh && chmod +x mips_pw_trojan.sh && ./mips_pw_trojan.sh
wget --no-check-certificate https://cdn.lanta.cyou/passwall/mips_pw_trojan.sh && chmod +x mips_pw_trojan.sh && ./mips_pw_trojan.sh && rm mips_pw_trojan.sh
~~~



0 comments on commit 7b2d041

Please sign in to comment.