From d5d1458baddbbf681022d13bb88314b1a6b92b05 Mon Sep 17 00:00:00 2001 From: joy Date: Sat, 19 Jul 2025 23:16:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20scripts/README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 937bf9f..a4e3b9c 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -56,8 +56,8 @@ ```bash #支持版本[23.10-1.1.9.0] - cd /opt/ && wget -qO- http://116.205.97.109/scripts/ib-drive.sh|bash -s -- --install --version '23.10-1.1.9.0' - cd /opt/ && wget -qO- http://116.205.97.109/scripts/ib-drive.sh|bash -s -- --uninstall --version '23.10-1.1.9.0' + cd /opt/ && wget -qO- http://116.205.97.109/scripts/ib-drive.sh|bash -s -- --install --version "24.10-2.1.8.0" --distro "ubuntu24.04" + cd /opt/ && wget -qO- http://116.205.97.109/scripts/ib-drive.sh|bash -s -- --uninstall --version "24.10-2.1.8.0" --distro "ubuntu24.04" ```