From a3262749d05f4dd50d69abc33836f8ec9975be49 Mon Sep 17 00:00:00 2001 From: Ing Date: Wed, 5 Jun 2024 15:55:08 +0800 Subject: [PATCH] fix something --- .github/ISSUE_TEMPLATE/bug.md | 2 +- .github/workflows/issues.yml | 2 +- guide.md | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 8d07dd4e..27cc024d 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -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: diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 63783278..aee77aca 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -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: diff --git a/guide.md b/guide.md index ee6ba9a9..73097d37 100644 --- a/guide.md +++ b/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: