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:
@ -17,7 +17,8 @@ NOTESTS=$3
|
|||||||
if [ "$NOTESTS" == '1' ]
|
if [ "$NOTESTS" == '1' ]
|
||||||
then
|
then
|
||||||
if [ ! -f doctum.phar ]; 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
|
curl -O https://doctum.long-term.support/releases/5.1/doctum.phar
|
||||||
rm -f doctum.phar.sha256
|
rm -f doctum.phar.sha256
|
||||||
curl -O https://doctum.long-term.support/releases/5.1/doctum.phar.sha256
|
curl -O https://doctum.long-term.support/releases/5.1/doctum.phar.sha256
|
||||||
|
Reference in New Issue
Block a user