Update Debian & Ubuntu installation.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2021-05-28 09:50:18 +02:00
parent af30fae319
commit d9025d3c60
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 5 additions and 5 deletions

View File

@ -54,17 +54,17 @@ sudo emerge -a app-text/epubgrep
=== Debian and Ubuntu
This repository works for Debian buster (10) and Ubuntu focal (20.04). It _may_
work for other versions, I have not tested it. It does not work for Ubuntu
bionic (18.04).
[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 add-apt-repository 'deb https://apt.schlomp.space/[code name] [code name] main'
sudo apt install epubgrep
--------------------------------------------------------------------------------
Replace _[code name]_ with the code name of your installation. Packages are
available for *buster* (Debian 10), *focal* (Ubuntu 20.04) and *bionic* (Ubuntu
18.04).
[TIP]
If you get the error message that `add-apt-repository` was not found, install
`software-properties-common`.