aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/install-dependencies.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/install-dependencies.sh')
-rwxr-xr-xbootstrap/install-dependencies.sh5
1 files changed, 5 insertions, 0 deletions
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 \