Spaces:
Running
Running
Update setup.sh
Browse files
setup.sh
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
-
#!/bin/bash
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
echo 'export PATH=$HOME/edirect:$PATH' >> ~/.profile
|
9 |
-
export PATH=$HOME/edirect:$PATH
|
10 |
-
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
# setup.sh
|
3 |
+
yes | sh -c "$(wget -q https://ftp.ncbi.nlm.nih.gov/entrez/entrezdirect/install-edirect.sh -O -)"
|
4 |
+
echo 'export PATH=$HOME/edirect:$PATH' >> ~/.bashrc
|
5 |
+
echo 'export PATH=$HOME/edirect:$PATH' >> ~/.profile
|
6 |
+
|
7 |
+
|
|
|
|
|
|