diff options
author | Munyoki Kilyungi | 2025-05-12 10:18:41 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2025-05-12 10:18:41 +0300 |
commit | 0efba3e4ad923b3e2c91c64fe78e00313481f5e1 (patch) | |
tree | 00d2808c9b5a4754c1db32ade8b5f6005ee634e9 | |
parent | 2ee5b43b2ed899488f22d3c6e405e5b1ca884a37 (diff) | |
download | gn-machines-0efba3e4ad923b3e2c91c64fe78e00313481f5e1.tar.gz |
Remove un-necessary copy.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rwxr-xr-x | genenetwork-local-container.sh | 6 |
1 files changed, 0 insertions, 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 |