Commit 43b681f59e480c44d441a332e437b95ed161564d
1 parent
bad8766a
Exists in
master
and in
29 other branches
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,6 +52,7 @@ else | ||
| 52 | # special case Debian-based systems; in others people will have to install | 52 | # special case Debian-based systems; in others people will have to install |
| 53 | # lsb-release by themselves | 53 | # lsb-release by themselves |
| 54 | if which apt-get >/dev/null 2>&1; then | 54 | if which apt-get >/dev/null 2>&1; then |
| 55 | + sudo apt-get update | ||
| 55 | sudo apt-get -y install lsb-release | 56 | sudo apt-get -y install lsb-release |
| 56 | else | 57 | else |
| 57 | complain "E: lsb_release not available! (Try installing the lsb-release package)" | 58 | complain "E: lsb_release not available! (Try installing the lsb-release package)" |