fix something

This commit is contained in:
Ing 2024-06-05 15:55:08 +08:00
parent 56585a717b
commit 3596ecd640
3 changed files with 8 additions and 4 deletions

View File

@ -13,7 +13,7 @@ Please fill in the following information.
Install ENV: (You can find it in the boot interface.) Install ENV: (You can find it in the boot interface.)
* DMI: * DMI:
* CPU: * CPU:
* NIC: * NIC: (pid & vid)
RR version: (You can find it in the update menu.) RR version: (You can find it in the update menu.)
* RR: * RR:

View File

@ -83,7 +83,7 @@ jobs:
Install ENV: (You can find it in the boot interface.) Install ENV: (You can find it in the boot interface.)
* DMI: * DMI:
* CPU: * CPU:
* NIC: * NIC: (pid & vid)
RR version: (You can find it in the update menu.) RR version: (You can find it in the update menu.)
* RR: * RR:

View File

@ -115,16 +115,20 @@
``` ```
* 群晖 opkg 包管理: * 群晖 opkg 包管理:
```shell ```shell
wget -O - http://bin.entware.net/x64-k3.2/installer/generic.sh | /bin/sh curl -#kL http://bin.entware.net/x64-k3.2/installer/generic.sh | /bin/sh
/opt/bin/opkg update /opt/bin/opkg update
/opt/bin/opkg install rename /opt/bin/opkg install rename
``` ```
* 群晖 ipkg 包管理: * 群晖 ipkg 包管理:
```shell ```shell
wget http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/syno-i686-bootstrap_1.2-7_i686.xsh | /bin/sh curl -#kL http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/syno-i686-bootstrap_1.2-7_i686.xsh | /bin/sh
ipkg update ipkg update
ipkg install lm-sensors ipkg install lm-sensors
``` ```
* 群晖 python pip 包管理:
```shell
curl -#kL https://bootstrap.pypa.io/get-pip.py | python3
```
## DEBUG ## DEBUG
* log: * log: