Remove colon in heading

This commit is contained in:
Roman Zhuravlev 2025-04-23 23:26:56 +05:00
parent 4b27c6c57a
commit fe9280ba05

View file

@ -41,7 +41,7 @@ Also, the platform can be determined automatically based on the `.jar` name. For
Debian 12 Bookworm has deb packages in the Zhira Debian repository. Debian 12 Bookworm has 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.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 echo 'deb [arch=all] https://deb.zhira.net/debian/ bookworm main' | sudo tee /etc/apt/sources.list.d/zhira.list > /dev/null