mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16587] Improve the wording of the update script
PHPBB3-16587
This commit is contained in:
parent
9a23f187ce
commit
7f29daf0d4
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue