diff options
author | Glenn Brekke <ahrain@ahrain.net> | 2016-03-18 22:48:01 +0100 |
---|---|---|
committer | Glenn Brekke <ahrain@ahrain.net> | 2016-03-18 22:48:01 +0100 |
commit | 54a5afbec8c2abb68d5f05539dbc3b7b89cca0d4 (patch) | |
tree | 60dedba00ac5fe04647ad13bc34340ea3d1983df /bootstrap/install-dependencies.sh | |
parent | 8fb5b7047179444b4e08a60b78fa6ad2bcb1cd77 (diff) |
Small changes in various bootstrap scripts
Diffstat (limited to 'bootstrap/install-dependencies.sh')
-rwxr-xr-x | bootstrap/install-dependencies.sh | 5 |
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 \ |