Commit 43b681f59e480c44d441a332e437b95ed161564d

Authored by Antonio Terceiro
1 parent bad8766a

script/quick-start: force update before install

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
script/quick-start
... ... @@ -52,6 +52,7 @@ else
52 52 # special case Debian-based systems; in others people will have to install
53 53 # lsb-release by themselves
54 54 if which apt-get >/dev/null 2>&1; then
  55 + sudo apt-get update
55 56 sudo apt-get -y install lsb-release
56 57 else
57 58 complain "E: lsb_release not available! (Try installing the lsb-release package)"
... ...