From 5803a717fb19a0ef0a6ad62d3afc374586ec0dca Mon Sep 17 00:00:00 2001 From: James Kiselak Date: Sat, 16 Jan 2016 01:36:55 -0500 Subject: [PATCH] tell users to run lbry_setup.sh with bash --- view/page/linux.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/view/page/linux.php b/view/page/linux.php index 3d813a43..e3f8aa52 100644 --- a/view/page/linux.php +++ b/view/page/linux.php @@ -15,8 +15,7 @@ mkdir -p lbry cd lbry wget http://lbry.io/dl/lbry_setup.sh - chmod +x lbry_setup.sh - ./lbry_setup.sh + bash lbry_setup.sh lbrynet-console