Skip to content

Commit

Permalink
Merge pull request #13 from meNESS/patch-1
Browse files Browse the repository at this point in the history
Upgrade to the latest stable version of phpMyAdmin
  • Loading branch information
grrnikos committed Feb 21, 2017
2 parents b6ae7ea + 30958e7 commit 8d55472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pma.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

echo 'Downloading phpMyAdmin 4.6.4'
curl -#L https://files.phpmyadmin.net/phpMyAdmin/4.6.4/phpMyAdmin-4.6.4-english.tar.gz -o phpmyadmin.tar.gz
echo 'Downloading phpMyAdmin 4.6.6'
curl -#L https://files.phpmyadmin.net/phpMyAdmin/4.6.6/phpMyAdmin-4.6.6-english.tar.gz -o phpmyadmin.tar.gz

mkdir phpmyadmin && tar xf phpmyadmin.tar.gz -C phpmyadmin --strip-components 1

Expand Down

0 comments on commit 8d55472

Please sign in to comment.