[ticket/16587] Improve the wording of the update script

PHPBB3-16587
This commit is contained in:
William Desportes 2020-09-08 11:00:20 +02:00
parent 9a23f187ce
commit 7f29daf0d4
No known key found for this signature in database
GPG key ID: 90A0EF1B8251A889

View file

@ -17,7 +17,8 @@ NOTESTS=$3
if [ "$NOTESTS" == '1' ]
then
if [ ! -f doctum.phar ]; then
# Download the latest release
# Download the latest (5.1.x) release if the file does not exist
# Remove it to update your phar
curl -O https://doctum.long-term.support/releases/5.1/doctum.phar
rm -f doctum.phar.sha256
curl -O https://doctum.long-term.support/releases/5.1/doctum.phar.sha256