Update note.md

This commit is contained in:
aiminick 2021-07-08 01:48:49 +08:00 committed by GitHub
parent e1e42cf323
commit c067f3a997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -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'
```