Skip to content

Instantly share code, notes, and snippets.

@amitchhajer
Forked from bondario/ubuntu1204_php54
Created July 2, 2014 09:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitchhajer/76155939b388bdce046f to your computer and use it in GitHub Desktop.
Save amitchhajer/76155939b388bdce046f 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