From bf2d26ca01cb5930fe42a9a0aad10a60e5f3f77b Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Fri, 5 May 2017 12:59:33 +0100 Subject: [PATCH] run an initial apt update to avoid potential issues --- script/install/ubuntu1604.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/install/ubuntu1604.sh b/script/install/ubuntu1604.sh index 359eac5..a7d9f58 100644 --- a/script/install/ubuntu1604.sh +++ b/script/install/ubuntu1604.sh @@ -19,6 +19,7 @@ set -e # # Dependencies # +apt update apt install -y software-properties-common apt-add-repository ppa:brightbox/ruby-ng -y apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8