Skip to content

Commit 4d4404b

Browse files
authored
Merge pull request #22 from atzlinux/atzmaster
Atzmaster
2 parents 264618a + 3a56dc9 commit 4d4404b

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,27 @@ GNB 支持 OpenWRT 平台,需要用户自行编译。
286286

287287
[《铜豌豆 Linux》](https://www.atzlinux.com)项目为 GNB 项目制做了 Linux 下的 deb 格式软件包,详情请访问[铜豌豆软件源](https://www.atzlinux.com/allpackages.htm)
288288

289+
* Debian
290+
opengeb 的 deb 包在 2022 年 7 月,由《铜豌豆 Linux》项目将其贡献成为 [Debian 官方软件包](https://tracker.debian.org/news/1343607/accepted-opengnb-1290-1-source-amd64-into-unstable-unstable/)
291+
292+
可以在 Debian 12 (bookworm) 下直接安装:
293+
294+
```bash
295+
apt install opengnb
296+
```
297+
使用 systemd 启动 opengnb 的文档路径为:
298+
299+
/usr/share/doc/opengnb/README.Debian
300+
301+
* Ubuntu
302+
从 22.10 (kinetic) 版本开始,Ubuntu 也可以直接安装 opengnb 软件包:
303+
304+
```bash
305+
apt install opengnb
306+
```
307+
308+
- Arch Linux
309+
289310
[taotieren](https://github.com/taotieren) 为 GNB 项目制作了 Arch Linux 的 AUR 包
290311

291312
详情请访问 [https://aur.archlinux.org/packages/opengnb/](https://aur.archlinux.org/packages/opengnb/)

README_EN.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,31 @@ GNB supports the OpenWRT platform and needs to be compiled by the user.
284284

285285
## GNB on Linux distributions
286286

287-
The ["Copper Pea Linux"](https://www.atzlinux.com) project made a deb format package under Linux for the GNB project. For details, please visit [Copper Pea Software Source](https://www. atzlinux.com/allpackages.htm).
287+
The ["atzinux"](https://www.atzlinux.com) project made a deb format package under Linux for the GNB project. For details, please visit [atzlinux apt Software Source](https://www. atzlinux.com/allpackages.htm).
288288

289289
The systemd script was made by [Jin Buguo](https://github.com/jinbuguo) for the GNB project
290290

291+
* Debian
292+
On July 2022, the deb package of opengnb had contributed to [Debian official package](https://tracker.debian.org/news/1343607/accepted-opengnb-1290-1-source-amd64-into-unstable-unstable/) by the atzlinux project.
293+
294+
You may install opengnb on Debian 12 (bookworm) :
295+
296+
```bash
297+
apt install opengnb
298+
```
299+
The documents of start opengnb use systemd is:
300+
301+
/usr/share/doc/opengnb/README.Debian
302+
303+
* Ubuntu
304+
From 22.10 (kinetic) on, you may install on Ubuntu:
305+
306+
```bash
307+
apt install opengnb
308+
```
309+
310+
- Arch Linux
311+
291312
The AUR package of Arch Linux was made by [taotieren](https://github.com/taotieren) for the GNB project. The installation method is as follows
292313
```bash
293314
# install distribution

0 commit comments

Comments
 (0)