File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ RuyiSDK 的操作系统支持程度也分为三级。
80
80
* openEuler: 最近 1 个长期支持(LTS)版本。
81
81
* openEuler 24.03 LTS
82
82
* RevyOS: 与 LicheePi 4A 及 Pioneer Box 的 RevyOS 支持对齐。
83
- * RuyiOS : 最近 1 个版本。
83
+ * RedleafOS : 最近 1 个版本。
84
84
* Ubuntu: 最近 2 个长期支持(LTS)版本。
85
85
* Ubuntu 22.04
86
86
* Ubuntu 24.04
Original file line number Diff line number Diff line change @@ -22,19 +22,19 @@ sidebar_position: 2
22
22
如果输出为 `` x86_64 `` :
23
23
24
24
``` bash
25
- $ wget https://mirror.iscas.ac.cn/ruyisdk/ruyi/releases/0.28 .0/ruyi.amd64
25
+ $ wget https://mirror.iscas.ac.cn/ruyisdk/ruyi/releases/0.31 .0/ruyi.amd64
26
26
```
27
27
28
28
如果输出为 `` aarch64 `` :
29
29
30
30
``` bash
31
- $ wget https://mirror.iscas.ac.cn/ruyisdk/ruyi/releases/0.28 .0/ruyi.arm64
31
+ $ wget https://mirror.iscas.ac.cn/ruyisdk/ruyi/releases/0.31 .0/ruyi.arm64
32
32
```
33
33
34
34
如果输出为 `` riscv64 `` :
35
35
36
36
``` bash
37
- $ wget https://mirror.iscas.ac.cn/ruyisdk/ruyi/releases/0.28 .0/ruyi.riscv64
37
+ $ wget https://mirror.iscas.ac.cn/ruyisdk/ruyi/releases/0.31 .0/ruyi.riscv64
38
38
```
39
39
40
40
下面以 `` x86_64 `` 架构为例,给下载的二进制添加执行权限:
You can’t perform that action at this time.
0 commit comments