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