add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

36
pages.zh/linux/vso.md Normal file
View File

@@ -0,0 +1,36 @@
# vso
> 包管理器、系统更新程序和 Vanilla OS 的任务自动化工具。
> 更多信息:<https://github.com/Vanilla-OS/vanilla-system-operator>。
- 检查主系统的系统更新:
`vso sys-upgrade check`
- 立即升级主系统:
`vso sys-upgrade upgrade --now`
- 初始化 Pico 子系统(用于包管理):
`vso pico-init`
- 在子系统内安装应用程序:
`vso install {{package1 package2 ...}}`
- 从子系统中移除应用程序:
`vso remove {{package1 package2 ...}}`
- 进入子系统的 shell
`vso shell`
- 从子系统中运行应用程序:
`vso run {{package}}`
- 显示 VSO 配置:
`vso config show`