From d7f0a3500e8839b36f13de11e3695be779a9c6dc Mon Sep 17 00:00:00 2001 From: Loo7Oopeit Date: Tue, 29 Sep 2015 10:21:42 +0200 Subject: [PATCH] git clone first running git clone before running scripts --- scripts/install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index da146572..53f24375 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,11 +1,12 @@ #!/bin/bash -. "$PWD"/utils.sh - -welcome git clone https://github.com/Kikobeats/uno-zen.git && cd uno-zen +. "$PWD"/scripts/utils.sh + +welcome + echo "Getting the repository tagged commits" git fetch --tags