From c067f3a997278e87cf32364fb430010f43648ecb Mon Sep 17 00:00:00 2001 From: aiminick Date: Thu, 8 Jul 2021 01:48:49 +0800 Subject: [PATCH] Update note.md --- docs/notes/note.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/notes/note.md b/docs/notes/note.md index c4b9352..1810929 100644 --- a/docs/notes/note.md +++ b/docs/notes/note.md @@ -66,5 +66,15 @@ deb https://mirrors.cloud.tencent.com/debian-ports/ unreleased main ``` deb https://mirrors.aliyun.com/debian-ports/ sid main deb https://mirrors.aliyun.com/debian-ports/ unreleased main -deb https://mirrors.aliyun.com/thead/debian-riscv64/ sid main + +#deb https://mirrors.aliyun.com/thead/debian-riscv64/ sid main + +for thead need: +apt install gnupg2 +wget https://mirrors.aliyun.com/thead/thead-keys/thead-repo.gpg +apt-key add ./thead-repo.gpg +rm -rf ./thead-repo.gpg + +check: +apt-key list | grep 'F164 B941 4332 FC54' ```