From 3ff98f213ffcccd81a58fb02ac05c0d6775ab85d Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Sun, 1 Jul 2018 22:58:43 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tc.sh b/build_tc.sh index 4124846..58feeac 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -50,7 +50,7 @@ elif [ "$STEP" == "x265" ]; then # checkout manually (cmake is getting values from git) cd $src/.. if [ ! -d $SRC/x265/.git ]; then - git clone git@github.com:videolan/x265.git $SRC/x265 + git clone https://github.com/videolan/x265.git $SRC/x265 fi git reset --hard git pull