From d9025d3c60ea2287417ac1d8d30ab72da7fc79ce Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 28 May 2021 09:50:18 +0200 Subject: [PATCH] Update Debian & Ubuntu installation. --- README.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index 84f9caf..e5fb7ff 100644 --- a/README.adoc +++ b/README.adoc @@ -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`.