Add installation instructions for Debian buster.
continuous-integration/drone/push Build was killed Details

This commit is contained in:
tastytea 2021-05-25 18:07:12 +02:00
parent e1356644c4
commit 95afc2289d
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 13 additions and 0 deletions

View File

@ -52,6 +52,19 @@ sudo emaint sync -r guru
sudo emerge -a app-text/epubgrep
--------------------------------------------------------------------------------
=== Debian buster
[source,shell]
--------------------------------------------------------------------------------
wget -O - https://tastytea.de/tastytea.asc | sudo apt-key add -
sudo add-apt-repository 'deb https://apt.schlomp.space/debian buster main'
sudo apt install epubgrep
--------------------------------------------------------------------------------
[TIP]
If you get the error message that `add-apt-repository` was not found, install
`software-properties-common`.
=== From source
==== Dependencies