From 3100023469f3a5958f7826e9a5f449f932047d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= Date: Fri, 18 Jun 2021 15:48:29 +0200 Subject: [PATCH] fix incorrect indent of the installation section License MIT --- installation.rst | 52 ++++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/installation.rst b/installation.rst index 88dc004..c41f683 100644 --- a/installation.rst +++ b/installation.rst @@ -6,38 +6,38 @@ Installation 1. Setup the repository:: - $ wget -O - https://deb.entrouvert.org/entrouvert.gpg | apt-key add - - $ echo deb http://deb.entrouvert.org/ buster main >> /etc/apt/sources.list - $ apt update + $ wget -O - https://deb.entrouvert.org/entrouvert.gpg | apt-key add - + $ echo deb http://deb.entrouvert.org/ buster main >> /etc/apt/sources.list + $ apt update 2. Create the database:: - $ apt install apg - $ PASSWORD=$(apg -n 1 -M NCL -m 20) - $ apt install postgresql - $ su - postgres -c psql < /etc/authentic2/settings.d/database.py < /etc/authentic2/settings.d/database.py <