diff --git a/scripts/install.sh b/scripts/install.sh index bda1c53b..0e5e7e06 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,7 +1,6 @@ #!/bin/bash -echo "Cloning repository" -git clone git@github.com:Kikobeats/uno-zen.git +git clone git@github.com:Kikobeats/uno-zen.git && cd uno-zen echo "Getting the repository tagged commits" git fetch --tags