Created
September 4, 2014 03:11
-
-
Save v-thomp4/24f28766cb67fb73ff29 to your computer and use it in GitHub Desktop.
hhvm ubuntu 14.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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