### Verify steps - [x] 我已经在 [Issue Tracker](……/) 中找过我要提出的问题 I have searched on the [issue tracker](……/) for a related issue. - [x] 我已经使用公测版本测试过,问题依旧存在 I have tested using the test mod, and the issue still exists. - [x] 我已经仔细看过 [常见问题](https://juewuy.github.io/chang-jian-wen-ti/) 并无法自行解决问题 ### Description 在诸如 Fedora 40 以及更新的系统中,系统已默认安装 `wget2` 而非旧版本 `wget`. 诸多迹象表明,在 `wget2` 中,`-Y` 选项已被移除,取而代之的是长选项 `--proxy`, `--no-proxy` 等,由此导致脚本进行下载操作时报错: ``` Unknown option '-Y' ```