From f01f3402571c08832baa83dfcb97a43a589a147c Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 3 Jan 2022 14:38:25 +0100 Subject: [PATCH] README.install: some minor changes. --- README.install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.install b/README.install index 4d7f23f..e11dee3 100644 --- a/README.install +++ b/README.install @@ -19,6 +19,7 @@ cryptpad_url=o13-pad.oopen.de # #cryptpad_sandbox_url=cpadsb-01.oopen.de cryptpad_sandbox_url="$cryptpad_url" +cryptpad_sandbox_url="cpadsb-01.oopen.de" cryptpad_sandbox_url="o13-padsb.oopen.de" vhost_config_file="${cryptpad_url}.conf" @@ -35,6 +36,8 @@ apt-get install curl git-core # - Install Python # - apt-get install python-minimal python +# debian bullseye: +apt install python-is-python2 python2-minimal # - Install compiler stuff # -