Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
git clone first
Browse files Browse the repository at this point in the history
running git clone before running scripts
  • Loading branch information
Loo7Oopeit authored and Loo7Oopeit committed Sep 29, 2015
1 parent 5339968 commit d7f0a35
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/install.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit d7f0a35

Please sign in to comment.