From 758acde2ace9c5e6eb4aaccd2ae81f5aa96ad9fe Mon Sep 17 00:00:00 2001 From: Loo7Oopeit Date: Mon, 28 Sep 2015 18:16:28 +0200 Subject: [PATCH] using git https It's better for user which have no git account --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 0e5e7e06..f70b6817 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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