|
From: Tom T. <to...@ts...> - 2015-01-27 21:31:43
|
Users should not have to establish SSH keys or require a GitHub account in order to download OpenBTS. Signed-off-by: Tom Tsou <to...@ts...> --- clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clone.sh b/clone.sh index 8263d2c..d372c95 100755 --- a/clone.sh +++ b/clone.sh @@ -23,7 +23,7 @@ for component in $REPOS do if [ ! -d $component ]; then echo "# cloning $component" - sayAndDo git clone gi...@gi...:RangeNetworks/$component.git + sayAndDo git clone https://github.com/RangeNetworks/$component.git cd $component for remote in `git branch -r | grep -v master ` do -- 2.1.0 |