浏览代码

Fixed hhvm breaking all the things

See... this is why we need to move away from apt-get.
Why would `apt-get install` START a service? Did I type
"run" or "start" anywhere??? No... I didn't.
msmith-techempower 10 年之前
父节点
当前提交
1273e4035c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      toolset/setup/linux/languages/hhvm.sh

+ 2 - 0
toolset/setup/linux/languages/hhvm.sh

@@ -11,6 +11,8 @@ echo deb http://dl.hhvm.com/ubuntu `lsb_release -sc` main | sudo tee /etc/apt/so
 sudo apt-get update
 sudo apt-get install -y hhvm
 
+sudo service stop hhvm
+
 echo "" > $IROOT/hhvm.installed
 
 source $IROOT/hhvm.installed