diff --git a/README-zh.md b/README-zh.md
index 7c0d245..9fd8b7c 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -178,37 +178,11 @@ sudo ikev2.sh --auto
## 升级Libreswan
-在 [extras/](extras/) 目录提供额外的脚本,可用于升级 [Libreswan](https://libreswan.org)([更新日志](https://github.com/libreswan/libreswan/blob/master/CHANGES) | [通知列表](https://lists.libreswan.org/mailman/listinfo/swan-announce))。目前支持的最新版本是 `4.4`。查看已安装版本:`ipsec --version`。
-
-
-
-Ubuntu & Debian
-
+你可以使用以下命令更新你的 VPN 服务器上的 [Libreswan](https://libreswan.org)([更新日志](https://github.com/libreswan/libreswan/blob/master/CHANGES) | [通知列表](https://lists.libreswan.org/mailman/listinfo/swan-announce))。目前支持的最新版本是 `4.4`。查看已安装版本:`ipsec --version`。
```bash
wget https://git.io/vpnupgrade -O vpnup.sh && sudo sh vpnup.sh
```
-
-
-
-
-CentOS/RHEL, Rocky Linux & AlmaLinux
-
-
-```bash
-wget https://git.io/vpnupgrade-centos -O vpnup.sh && sudo sh vpnup.sh
-```
-
-
-
-
-Amazon Linux 2
-
-
-```bash
-wget https://git.io/vpnupgrade-amzn -O vpnup.sh && sudo sh vpnup.sh
-```
-
## 管理 VPN 用户
diff --git a/README.md b/README.md
index 76793d2..82c28e9 100644
--- a/README.md
+++ b/README.md
@@ -178,37 +178,11 @@ The scripts will backup existing config files before making changes, with `.old-
## Upgrade Libreswan
-The additional scripts in [extras/](extras/) can be used to upgrade [Libreswan](https://libreswan.org) ([changelog](https://github.com/libreswan/libreswan/blob/master/CHANGES) | [announce](https://lists.libreswan.org/mailman/listinfo/swan-announce)). The latest supported version is `4.4`. Check which version is installed: `ipsec --version`.
-
-
-
-Ubuntu & Debian
-
+You may use this one-liner to update [Libreswan](https://libreswan.org) ([changelog](https://github.com/libreswan/libreswan/blob/master/CHANGES) | [announce](https://lists.libreswan.org/mailman/listinfo/swan-announce)) on your VPN server. The latest supported version is `4.4`. Check which version is installed: `ipsec --version`.
```bash
wget https://git.io/vpnupgrade -O vpnup.sh && sudo sh vpnup.sh
```
-
-
-
-
-CentOS/RHEL, Rocky Linux & AlmaLinux
-
-
-```bash
-wget https://git.io/vpnupgrade-centos -O vpnup.sh && sudo sh vpnup.sh
-```
-
-
-
-
-Amazon Linux 2
-
-
-```bash
-wget https://git.io/vpnupgrade-amzn -O vpnup.sh && sudo sh vpnup.sh
-```
-
## Manage VPN users