From 0efba3e4ad923b3e2c91c64fe78e00313481f5e1 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 12 May 2025 10:18:41 +0300 Subject: Remove un-necessary copy. Signed-off-by: Munyoki Kilyungi --- genenetwork-local-container.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/genenetwork-local-container.sh b/genenetwork-local-container.sh index b7d76a7..041fe82 100755 --- a/genenetwork-local-container.sh +++ b/genenetwork-local-container.sh @@ -583,9 +583,6 @@ run_beginner_setup_tutorial() { echo "This step is similar to running:" echo "./genenetwork-local-container.sh --init-rdf" echo "" - echo "Make sure your container, if not, is running for this to work:" - echo "" - echo "sudo /usr/local/bin/genenetwork-local-container" if prompt_yes_no "Would you like to set up RDF now?"; then init_rdf clear @@ -613,9 +610,6 @@ run_beginner_setup_tutorial() { echo "This step is similar to running:" echo "./genenetwork-local-container.sh --init-xapian" echo "" - echo "Make sure your container, if not, is running for this to work:" - echo "" - echo "sudo /usr/local/bin/genenetwork-local-container" if prompt_yes_no "Would you like to build the xapian index now?"; then init_xapian clear -- cgit 1.4.1