Skip to content

Instantly share code, notes, and snippets.

@jamesmoriarty
Forked from r3wt/gist:83629275bd3a153915ef
Last active August 29, 2015 14:17
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 jamesmoriarty/aafb5a423fca8aacb10a to your computer and use it in GitHub Desktop.
Save jamesmoriarty/aafb5a423fca8aacb10a to your computer and use it in GitHub Desktop.
1. go to http://dl.hhvm.com/ubuntu/pool/main/h/hhvm/ and right click and copy the link to the version of hhvm you want to rollback to
2. sudo apt-get autoremove hhvm -y
3. wget <link you just copied>
4. sudo dpkg -i <name of file u just downloaded>
5. apt-get install -f
6. service hhvm start
Edit: Don't worry when it errors out on step 4. that is expected. just continue to step 5.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment