From 43b681f59e480c44d441a332e437b95ed161564d Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 14 Jul 2014 22:30:56 -0300 Subject: [PATCH] script/quick-start: force update before install --- script/quick-start | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/script/quick-start b/script/quick-start index e6e5aef..cfebdb3 100755 --- a/script/quick-start +++ b/script/quick-start @@ -52,6 +52,7 @@ else # special case Debian-based systems; in others people will have to install # lsb-release by themselves if which apt-get >/dev/null 2>&1; then + sudo apt-get update sudo apt-get -y install lsb-release else complain "E: lsb_release not available! (Try installing the lsb-release package)" -- libgit2 0.21.2