mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix something
This commit is contained in:
parent
56585a717b
commit
3596ecd640
2
.github/ISSUE_TEMPLATE/bug.md
vendored
2
.github/ISSUE_TEMPLATE/bug.md
vendored
@ -13,7 +13,7 @@ Please fill in the following information.
|
||||
Install ENV: (You can find it in the boot interface.)
|
||||
* DMI:
|
||||
* CPU:
|
||||
* NIC:
|
||||
* NIC: (pid & vid)
|
||||
|
||||
RR version: (You can find it in the update menu.)
|
||||
* RR:
|
||||
|
2
.github/workflows/issues.yml
vendored
2
.github/workflows/issues.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
||||
Install ENV: (You can find it in the boot interface.)
|
||||
* DMI:
|
||||
* CPU:
|
||||
* NIC:
|
||||
* NIC: (pid & vid)
|
||||
|
||||
RR version: (You can find it in the update menu.)
|
||||
* RR:
|
||||
|
8
guide.md
8
guide.md
@ -115,16 +115,20 @@
|
||||
```
|
||||
* 群晖 opkg 包管理:
|
||||
```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 install rename
|
||||
```
|
||||
* 群晖 ipkg 包管理:
|
||||
```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 install lm-sensors
|
||||
```
|
||||
* 群晖 python pip 包管理:
|
||||
```shell
|
||||
curl -#kL https://bootstrap.pypa.io/get-pip.py | python3
|
||||
```
|
||||
|
||||
## DEBUG
|
||||
* log:
|
||||
|
Loading…
x
Reference in New Issue
Block a user