Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created September 4, 2014 03:11
Show Gist options
  • Save v-thomp4/24f28766cb67fb73ff29 to your computer and use it in GitHub Desktop.
Save v-thomp4/24f28766cb67fb73ff29 to your computer and use it in GitHub Desktop.
hhvm ubuntu 14.04
wget -O - http://dl.hhvm.com/conf/hhvm.gpg.key | sudo apt-key add -
echo deb http://dl.hhvm.com/ubuntu trusty main | sudo tee /etc/apt/sources.list.d/hhvm.list
sudo apt-get update
sudo apt-get install hhvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment