Today I present you my latest project – script for automated update of phpMyAdmin
From README.md:
Requirements – basic linux commands
- bash
- wget
- unzip
- mktemp
Usage:
- Download phpMyAdmin_Update.sh
- chmod +x ./phpMyAdmin_Update.sh
- ./phpMyAdmin_Update.sh <phpMyAdmin directory>
This simple script will:
- Download and unpack latest phpMyAdmin (zip) into temporary directory
- Remove _old and rename to _old
- Move downloaded phpMyAdmin to
- Copy config.inc.php from _old to
- Done
Project on GitHub: https://github.com/peku33/pma-update