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

using git https #93

Merged
merged 1 commit into from Sep 28, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

git clone git@github.com:Kikobeats/uno-zen.git && cd uno-zen
git clone https://github.com/Kikobeats/uno-zen.git && cd uno-zen

echo "Getting the repository tagged commits"
git fetch --tags
Expand Down