Skip to content

Instantly share code, notes, and snippets.

@philsturgeon
Created January 8, 2013 18:02
Show Gist options
  • Save philsturgeon/4486187 to your computer and use it in GitHub Desktop.
Save philsturgeon/4486187 to your computer and use it in GitHub Desktop.
Get PHP 5.4 in Ubuntu 12.04 (or just upgrade to 12.10)
# Use PHP 5.4
apt_repository "php54" do
uri "http://ppa.launchpad.net/ondrej/php5/ubuntu"
distribution node['lsb']['codename']
components ["main"]
keyserver "keyserver.ubuntu.com"
key "E5267A6C"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment