diff --git a/VPS/README.md b/VPS/README.md new file mode 100644 index 0000000..19623c8 --- /dev/null +++ b/VPS/README.md @@ -0,0 +1,10 @@ +# 🛠️ Gazer 的专属云端工具箱 + +这是我的个人 VPS 初始化与脚本分发仓库。 + +## 🚀 极速安装指令 (新机器初始化) + +在任何全新的 Linux 服务器上,复制并运行下方指令,即可将工具箱挂载为全局命令 `x`: + +```bash +wget -qO /usr/local/bin/x [https://gitea.014789632.xyz/Gazer/scripts/raw/branch/main/VPS/xy.sh](https://gitea.014789632.xyz/Gazer/scripts/raw/branch/main/VPS/xy.sh) && chmod +x /usr/local/bin/x \ No newline at end of file