Skip to content

Instantly share code, notes, and snippets.

@mnapoli
Last active July 28, 2017 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mnapoli/938d61fc905f3482aa63da031d52c44c to your computer and use it in GitHub Desktop.
Save mnapoli/938d61fc905f3482aa63da031d52c44c to your computer and use it in GitHub Desktop.
#!/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