From 8dde9201d4163af693e6cfabb6d23929a13031e7 Mon Sep 17 00:00:00 2001 From: Zack Allen Date: Wed, 13 Dec 2017 11:07:34 -0500 Subject: [PATCH] Updated HHVM key --- extra/lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/extra/lib.sh b/extra/lib.sh index 6f397e08..0d6fe8ac 100755 --- a/extra/lib.sh +++ b/extra/lib.sh @@ -230,6 +230,7 @@ function install_hhvm() { log "Adding HHVM key" sudo DEBIAN_FRONTEND=noninteractive apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449 + sudo DEBIAN_FRONTEND=noninteractive apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xB4112585D386EB94 log "Adding HHVM repo" sudo DEBIAN_FRONTEND=noninteractive add-apt-repository "deb http://dl.hhvm.com/ubuntu $(lsb_release -sc) main"