Update Debian & Ubuntu installation.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
af30fae319
commit
d9025d3c60
10
README.adoc
10
README.adoc
|
@ -54,17 +54,17 @@ sudo emerge -a app-text/epubgrep
|
||||||
|
|
||||||
=== Debian and Ubuntu
|
=== 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]
|
[source,shell]
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
wget -O - https://tastytea.de/tastytea.asc | sudo apt-key add -
|
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
|
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]
|
[TIP]
|
||||||
If you get the error message that `add-apt-repository` was not found, install
|
If you get the error message that `add-apt-repository` was not found, install
|
||||||
`software-properties-common`.
|
`software-properties-common`.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user