switch branch

This commit is contained in:
Jack 2016-02-26 10:39:56 -05:00
parent 30ac075555
commit b4c8a317d0

View file

@ -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..."