实现打包
Some checks failed
CI Pipeline / build (push) Failing after 1m9s

This commit is contained in:
2025-08-11 20:13:16 +08:00
parent ba2ec3611f
commit 6e6f51765c
896 changed files with 39834 additions and 186776 deletions

View File

@@ -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