forked from LBRYCommunity/lbry-sdk
switch branch
This commit is contained in:
parent
30ac075555
commit
b4c8a317d0
1 changed files with 4 additions and 4 deletions
|
@ -82,7 +82,7 @@ if [ -d "$lbrynet_directory" ]; then
|
|||
|
||||
echo "Downloading LBRYum update..."
|
||||
|
||||
git clone -b search --depth 1 https://github.com/lbryio/lbryum.git &>/dev/null
|
||||
git clone -b development --depth 1 https://github.com/lbryio/lbryum.git &>/dev/null
|
||||
cd lbryum
|
||||
|
||||
echo "Installing update..."
|
||||
|
@ -101,7 +101,7 @@ if [ -d "$lbrynet_directory" ]; then
|
|||
|
||||
echo "Downloading LBRYum..."
|
||||
|
||||
git clone -b search--depth 1 https://github.com/lbryio/lbryum.git &>/dev/null
|
||||
git clone -b development --depth 1 https://github.com/lbryio/lbryum.git &>/dev/null
|
||||
cd lbryum
|
||||
|
||||
echo "Installing..."
|
||||
|
@ -128,7 +128,7 @@ if [ -d "$lbrynet_directory" ]; then
|
|||
|
||||
echo "Downloading LBRYnet update"
|
||||
|
||||
git clone --depth 1 https://github.com/lbryio/lbry.git &>/dev/null
|
||||
git clone -b development --depth 1 https://github.com/lbryio/lbry.git &>/dev/null
|
||||
cd lbry
|
||||
|
||||
echo "Installing update..."
|
||||
|
@ -147,7 +147,7 @@ if [ -d "$lbrynet_directory" ]; then
|
|||
|
||||
echo "Downloading LBRYnet..."
|
||||
|
||||
git clone --depth 1 https://github.com/lbryio/lbry.git &>/dev/null
|
||||
git clone -b development --depth 1 https://github.com/lbryio/lbry.git &>/dev/null
|
||||
cd lbry
|
||||
|
||||
echo "Installing..."
|
||||
|
|
Loading…
Reference in a new issue