Skip to content

Commit b659463

Browse files
安装命令改成默认使用镜像源 (#52)
* Update DualBoot.md 去掉引号,保持和“虚拟机中安装”一节的部署命令保持一致
1 parent 592d97c commit b659463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tutorials/installation/DualBoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ vim /mnt/etc/nixos/configuration.nix
495495
### 部署系统
496496

497497
```bash
498-
sudo nixos-install --option extra-substituters "https://mirror.sjtu.edu.cn/nix-channels/store"
498+
sudo nixos-install --option substituters https://mirror.sjtu.edu.cn/nix-channels/store
499499
```
500500

501501
添加用户,tritium 是我的用户名,记得改成你自己的:

0 commit comments

Comments
 (0)