将脚本移至 scripts/ 目录,保持仓库根目录整洁

This commit is contained in:
2026-03-25 14:37:00 +08:00
parent 74c1175264
commit bfb4d5b3d0
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
### 1. 初始化用户(以 root 身份,仅 WSL 首次)
```bash
curl -fsSL https://git.furtherverse.com/imbytecat/archlinux-config/raw/branch/main/root-setup.sh | bash -s -- <用户名>
curl -fsSL https://git.furtherverse.com/imbytecat/archlinux-config/raw/branch/main/scripts/root-setup.sh | bash -s -- <用户名>
```
然后在 PowerShell 中重启 WSL
@@ -19,7 +19,7 @@ wsl --terminate archlinux
### 2. 安装配置(以普通用户身份)
```bash
curl -fsSL https://git.furtherverse.com/imbytecat/archlinux-config/raw/branch/main/install.sh | bash
curl -fsSL https://git.furtherverse.com/imbytecat/archlinux-config/raw/branch/main/scripts/install.sh | bash
```
### 3. 应用配置