Advertisement
Guest User

Untitled

a guest
Mar 9th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. wget -O - http://dl.hhvm.com/conf/hhvm.gpg.key | sudo apt-key add -
  2. echo deb http://dl.hhvm.com/ubuntu trusty main | sudo tee /etc/apt/sources.list.d/hhvm.list
  3. sudo apt-get update
  4. sudo apt-get install hhvm hhvm-dbg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement