Update deb package installation instructions
This commit is contained in:
parent
cfb9ff8e08
commit
a782278350
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue