From 7bb08995f9f85def2d1932b63df13db6a75f8716 Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 11 Dec 2023 14:59:12 +0100 Subject: [PATCH] README.install: some minor changes.. --- README.install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.install b/README.install index b098192..f2d16ec 100644 --- a/README.install +++ b/README.install @@ -173,6 +173,12 @@ chown www-data:www-data /var/www # - Get cryptpad # - su www-data -s /bin/bash -c "git clone https://github.com/xwiki-labs/cryptpad /var/www/cryptpad" +su www-data -s /bin/bash -c "git clone https://github.com/cryptpad/cryptpad.git /var/www/cryptpad" + +# Switch to the latest published tag +# +#su www-data -s /bin/bash -c "git checkout $(git tag -l | grep -v 'v1.*$' | sort -V | tail -n 1)" + cd cryptpad