Last active
July 28, 2017 22:41
-
-
Save mnapoli/938d61fc905f3482aa63da031d52c44c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
cd /tmp | |
echo "Installing PHP" | |
#mkdir /tmp/php | |
#curl -sSL https://s3-eu-west-1.amazonaws.com/mnapoli/test-aws/php.tar.gz | tar -xz -C /tmp/php | |
/tmp/php/bin/php -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment