From bda5e2efa61283e9e4bff5d09c3db29e38068213 Mon Sep 17 00:00:00 2001 From: Moe Fwacky Date: Thu, 17 Jan 2019 23:19:46 -0800 Subject: [PATCH] url change --- main-dir/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main-dir/install.sh b/main-dir/install.sh index 5c00006..b9a852a 100644 --- a/main-dir/install.sh +++ b/main-dir/install.sh @@ -20,11 +20,11 @@ if [ $# -gt 1 ]; then exit 9999 elif [ "$1" == "develop" ]; then echo "Downloading the develop branch" - SCRIPT_TO_EXECUTE_PLUS_ARGS='git clone https://github.com/mutto233/pseudo-channel . --branch develop' + SCRIPT_TO_EXECUTE_PLUS_ARGS='git clone https://github.com/FakeTV/pseudo-channel . --branch develop' else echo "Downloading the master branch" - SCRIPT_TO_EXECUTE_PLUS_ARGS='git clone https://github.com/mutto233/pseudo-channel . --branch master' + SCRIPT_TO_EXECUTE_PLUS_ARGS='git clone https://github.com/FakeTV/pseudo-channel . --branch master' fi OUTPUT_PREV_CHANNEL_PATH=.