Go to file
tracer ab55fd9abb Fixed a bug when the language file is not yet available. 2022-07-02 12:56:19 +02:00
Controller Fixed a bug when the language file is not yet available. 2022-07-02 12:56:19 +02:00
.gitignore added .idea 2022-03-30 13:46:44 +02:00
LICENSE Initial commit 2018-11-04 15:26:23 +01:00
README.md added composer part to README.md 2022-06-15 13:38:01 +02:00
composer.json initial commit 2022-03-30 14:07:31 +02:00
composer.lock initial commit 2022-03-30 14:07:42 +02:00
update.php now use UpdateController 2022-03-30 13:54:23 +02:00

README.md

phpbb_updates

Shell Script to update phpBB to current version.

Usage:

Switch into you current phpBB root directory, then

git clone https://git.24unix.net/tracer/phpbb_updates.git

Or download either:
https://git.24unix.net/tracer/phpbb_updates/archive/v0.0.1.zip

or:
https://git.24unix.net/tracer/phpbb_updates/archive/v0.0.1.tar.gz

and unpack them into the same directory and change into phpbb_updates.

Then: Install composer (https://getcomposer.org/download/) and run
composer install

followed by:
php update.php

If you are using KeyHelp, replace

composer install with keyhelp-php81 composer install and php update.php with keyhelp-php81 update.php