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" ```