From a7822783504338038b3615dc7c7f3dde1ac07004 Mon Sep 17 00:00:00 2001 From: Roman Zhuravlev Date: Wed, 6 Aug 2025 16:27:36 +0500 Subject: [PATCH] Update deb package installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e981b9..0f051d2 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ For Debian 12 Bookworm there are deb packages in the Zhira Debian repository. #### Add the Zhira Debian repository ```bash -wget -qO- https://deb.zhira.net/debian/zhira.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/zhira.gpg > /dev/null -echo 'deb [arch=all] https://deb.zhira.net/debian/ bookworm main' | sudo tee /etc/apt/sources.list.d/zhira.list > /dev/null +wget -qO- https://deb.zhira.net/debian/zhira-archive-keyring.gpg | gpg --dearmor | sudo tee /etc/apt/keyrings/zhira-archive-keyring.gpg > /dev/null +echo 'deb [arch=all signed-by=/etc/apt/keyrings/zhira-archive-keyring.gpg] https://deb.zhira.net/debian/ bookworm main' | sudo tee /etc/apt/sources.list.d/zhira.list > /dev/null ``` #### Update the package list