README.install: some minor changes..

This commit is contained in:
Christoph 2023-12-11 14:59:12 +01:00
parent 2549168063
commit 7bb08995f9

View File

@ -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