Skip to content

Commit 22f4e00

Browse files
committed
librewolf: add zh.yaml and drop gpg --dearmor
- Add librewolf/zh.yaml so the page is included in the generated site. - keyring.gpg is already a binary OpenPGP keyring; gpg --dearmor fails on it with "no valid OpenPGP data found". Save it directly instead.
1 parent 704d5d2 commit 22f4e00

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

‎librewolf/librewolf.zh.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LibreWolf 是基于 Firefox 的开源桌面浏览器,注重隐私、安全与
55
导入 GPG 公钥:
66

77
```{ztmpl lang="bash"}
8-
wget -qO- {{endpoint}}/keyring.gpg | sudo gpg --dearmor -o /usr/share/keyrings/librewolf.gpg
8+
wget -qO- {{endpoint}}/keyring.gpg | sudo tee /usr/share/keyrings/librewolf.gpg > /dev/null
99
```
1010

1111
将以下内容写入 `/etc/apt/sources.list.d/librewolf.list`:

‎librewolf/zh.yaml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_: LibreWolf 软件仓库
2+
block:
3+
- librewolf

0 commit comments

Comments
 (0)