@@ -3,10 +3,9 @@ outline: deep
|
||||
weight: 2
|
||||
---
|
||||
|
||||
# 使用shell脚本安装
|
||||
# 快速开始
|
||||
|
||||
## 在Windows环境下
|
||||
请在cmd命令行下先运行如下命令:
|
||||
如果您是在Windows环境下,请在cmd命令行下先运行如下命令:
|
||||
```md
|
||||
powershell wsl --install -d Ubuntu-20.04
|
||||
```
|
||||
@@ -15,8 +14,7 @@ powershell wsl --install -d Ubuntu-20.04
|
||||
dism.exe /Online /Enable-Feature /FeatureName:Microsoft-Windows-Subsystem-Linux /All /LimitAccess /All
|
||||
dism.exe /Online /Enable-Feature /FeatureName:VirtualMachinePlatform /All /LimitAccess
|
||||
```
|
||||
## 在Ubuntu-20.04环境下
|
||||
运行如下命令完成安装:
|
||||
在Ubuntu-20.04下完成安装:
|
||||
```md
|
||||
wget -c https://devstar.cn/assets/install.sh && chmod +x install.sh && sudo ./install.sh
|
||||
devstar help
|
||||
|
Reference in New Issue
Block a user