Skip to content

Instantly share code, notes, and snippets.

@muspelheim
Forked from bondario/ubuntu1204_php54
Last active August 29, 2015 14:18
Show Gist options
  • Save muspelheim/376256b04df1f9b09345 to your computer and use it in GitHub Desktop.
Save muspelheim/376256b04df1f9b09345 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