mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-15 15:53:50 +00:00
url change
This commit is contained in:
@@ -20,11 +20,11 @@ if [ $# -gt 1 ]; then
|
|||||||
exit 9999
|
exit 9999
|
||||||
elif [ "$1" == "develop" ]; then
|
elif [ "$1" == "develop" ]; then
|
||||||
echo "Downloading the develop branch"
|
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
|
else
|
||||||
echo "Downloading the master branch"
|
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
|
fi
|
||||||
|
|
||||||
OUTPUT_PREV_CHANNEL_PATH=.
|
OUTPUT_PREV_CHANNEL_PATH=.
|
||||||
|
|||||||
Reference in New Issue
Block a user