From d76feeb3206cfd7c76927930ddf6e4ad256ca562 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 3 Mar 2016 13:55:03 -0500 Subject: [PATCH] use master branches --- lbrynet/lbrynet_daemon/scripts/restart_daemon.sh | 2 +- lbrynet/lbrynet_daemon/scripts/update_lbrynet.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lbrynet/lbrynet_daemon/scripts/restart_daemon.sh b/lbrynet/lbrynet_daemon/scripts/restart_daemon.sh index 74d4ab102..7353c0a20 100644 --- a/lbrynet/lbrynet_daemon/scripts/restart_daemon.sh +++ b/lbrynet/lbrynet_daemon/scripts/restart_daemon.sh @@ -1,4 +1,4 @@ #!/bin/sh echo "Restarting lbrynet-daemon" -sudo lbrynet-daemon \ No newline at end of file +lbrynet-daemon \ No newline at end of file diff --git a/lbrynet/lbrynet_daemon/scripts/update_lbrynet.sh b/lbrynet/lbrynet_daemon/scripts/update_lbrynet.sh index 3ce6dd15b..fbb7d2b17 100755 --- a/lbrynet/lbrynet_daemon/scripts/update_lbrynet.sh +++ b/lbrynet/lbrynet_daemon/scripts/update_lbrynet.sh @@ -82,7 +82,7 @@ if [ -d "$lbrynet_directory" ]; then echo "Downloading LBRYum update..." - git clone -b development --depth 1 https://github.com/lbryio/lbryum.git &>/dev/null + git clone --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 development --depth 1 https://github.com/lbryio/lbryum.git &>/dev/null + git clone --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 -b development --depth 1 https://github.com/lbryio/lbry.git &>/dev/null + git clone --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 -b development --depth 1 https://github.com/lbryio/lbry.git &>/dev/null + git clone --depth 1 https://github.com/lbryio/lbry.git &>/dev/null cd lbry echo "Installing..."