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