From 14623b59cc4c7021463cfe057418eba3e8c34d3a Mon Sep 17 00:00:00 2001 From: icedream Date: Sat, 24 Oct 2015 10:48:41 +0200 Subject: [PATCH] If we remove NodeJS' script we need to run apt-get update ourselves. --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index abf4c69..582f760 100644 --- a/setup.sh +++ b/setup.sh @@ -14,6 +14,7 @@ rm /etc/apt/sources.list.d/* add-apt-repository ppa:mc3man/trusty-media -y # Now install all packages we need +apt-get update apt-get install -y --no-install-recommends \ wget ca-certificates \ blackbox xvfb xdotool \