Skip to content

Commit

Permalink
Wrong PHP download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pfalls1 committed Apr 2, 2013
1 parent 34b0566 commit 53746ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __install_server_software(self):
# php
#

self.__run_command("wget --trust-server-names http://www.php.net/get/php-5.4.13.tar.gz/from/a/mirror")
self.__run_command("wget --trust-server-names http://www.php.net/get/php-5.4.13.tar.gz/from/us1.php.net/mirror")
self.__run_command("tar xvf php-5.4.13.tar.gz")
self.__run_command("./configure --with-pdo-mysql --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data", cwd="php-5.4.13")
self.__run_command("make", cwd="php-5.4.13")
Expand Down

0 comments on commit 53746ea

Please sign in to comment.