1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-16 14:46:28 +02:00

[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

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