From 54a5afbec8c2abb68d5f05539dbc3b7b89cca0d4 Mon Sep 17 00:00:00 2001 From: Glenn Brekke Date: Fri, 18 Mar 2016 22:48:01 +0100 Subject: Small changes in various bootstrap scripts --- bootstrap/install-dependencies.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bootstrap/install-dependencies.sh') diff --git a/bootstrap/install-dependencies.sh b/bootstrap/install-dependencies.sh index 3941858..c10224f 100755 --- a/bootstrap/install-dependencies.sh +++ b/bootstrap/install-dependencies.sh @@ -8,8 +8,13 @@ fi # OK, we know the content of $0 is OK. I prefer sane names. ROLE=$1; +# Resynchronize the package index before install + +apt-get -y update + # Start by installing common packages. Remember to update # this when a new common dependency is discovered, plx. + apt-get -y install \ vim-nox \ git \ -- cgit v1.2.3