将脚本移至 scripts/ 目录,保持仓库根目录整洁
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
### 1. 初始化用户(以 root 身份,仅 WSL 首次)
|
### 1. 初始化用户(以 root 身份,仅 WSL 首次)
|
||||||
|
|
||||||
```bash
|
```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:
|
然后在 PowerShell 中重启 WSL:
|
||||||
@@ -19,7 +19,7 @@ wsl --terminate archlinux
|
|||||||
### 2. 安装配置(以普通用户身份)
|
### 2. 安装配置(以普通用户身份)
|
||||||
|
|
||||||
```bash
|
```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. 应用配置
|
### 3. 应用配置
|
||||||
|
|||||||
@@ -37,4 +37,4 @@ echo ""
|
|||||||
echo "下一步:"
|
echo "下一步:"
|
||||||
echo " 1. 在 PowerShell 中执行: wsl --terminate archlinux"
|
echo " 1. 在 PowerShell 中执行: wsl --terminate archlinux"
|
||||||
echo " 2. 重新打开 Arch WSL(将以 $USERNAME 身份登录)"
|
echo " 2. 重新打开 Arch WSL(将以 $USERNAME 身份登录)"
|
||||||
echo " 3. 运行: curl -fsSL https://git.furtherverse.com/imbytecat/archlinux-config/raw/branch/main/install.sh | bash"
|
echo " 3. 运行: curl -fsSL https://git.furtherverse.com/imbytecat/archlinux-config/raw/branch/main/scripts/install.sh | bash"
|
||||||
Reference in New Issue
Block a user