Update deb package installation instructions

This commit is contained in:
Roman Zhuravlev 2025-08-06 16:27:36 +05:00
parent cfb9ff8e08
commit a782278350

View file

@ -43,8 +43,8 @@ For Debian 12 Bookworm there are deb packages in the Zhira Debian repository.
#### Add the Zhira Debian repository #### Add the Zhira Debian repository
```bash ```bash
wget -qO- https://deb.zhira.net/debian/zhira.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/zhira.gpg > /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] https://deb.zhira.net/debian/ bookworm main' | sudo tee /etc/apt/sources.list.d/zhira.list > /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 #### Update the package list