Skip to content

Instantly share code, notes, and snippets.

@victorferraz
Forked from bondario/ubuntu1204_php54
Created January 28, 2014 19:14
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 victorferraz/8674172 to your computer and use it in GitHub Desktop.
Save victorferraz/8674172 to your computer and use it in GitHub Desktop.
apt-get install -y ppa-purge
add-apt-repository -y ppa:ondrej/php5-oldstable
apt-get update
ppa-purge ppa:ondrej/php5
apt-get update && apt-get upgrade -y && apt-get autoremove -y && apt-get autoclean -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment