Skip to content
This repository has been archived by the owner on Nov 28, 2021. It is now read-only.

Commit

Permalink
phpmyadmin download fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleo Menezes Jr committed Dec 1, 2020
1 parent c6f59df commit e90fe69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ wget https://files.phpmyadmin.net/phpMyAdmin/4.9.7/phpMyAdmin-4.9.7-all-language
echo ; echo ; echo
unzip phpMyAdmin-4.9.7-all-languages.zip
echo ; echo ; echo
sudo mv phpMyAdmin-4.9.7-all-languages /usr/share/phpmyadmin
sudo mv -f phpMyAdmin-4.9.7-all-languages /usr/share/phpmyadmin
echo ; echo ; echo
sudo rm phpMyAdmin-4.9.7-all-languages.zip
echo ; echo ; echo
Expand Down

0 comments on commit e90fe69

Please sign in to comment.