前言
继上贴过后,很多佬友对面板化的操作和一键执行还是有需求,虽然作为一名代码小白,但还是写了一个一键工具箱,以便大家使用。
如果使用中遇到了什么bug和问题(那都是ChatGPT或者Claude的锅),或者是有更好的想法,欢迎在评论区里提出,我会在摸鱼的时候尽量修改
效果展示
GitHub地址
YujuToolBox/ at main · yuju520/YujuToolBox (github.com)
国外服务器使用方法
curl -sS -O https://raw.githubusercontent.com/yuju520/YujuToolBox/main/yuju.sh && chmod +x yuju.sh && ./yuju.sh
或
wget -q https://raw.githubusercontent.com/yuju520/YujuToolBox/main/yuju.sh && chmod +x yuju.sh && ./yuju.sh
国内服务器使用方法(用ghproxy加速)
curl -sS -O https://ghp.ci/https://raw.githubusercontent.com/yuju520/YujuToolBox/main/yuju.sh && chmod +x yuju.sh && ./yuju.sh
或
wget -q https://ghp.ci/https://raw.githubusercontent.com/yuju520/YujuToolBox/main/yuju.sh && chmod +x yuju.sh && ./yuju.sh
感谢你的点赞,你的每一个小心心都证明了我不是只会水贴