Skip to content

Commit c44130f

Browse files
committed
Update configure.sh
1 parent 514d890 commit c44130f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

configure.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [[ -n "$( uname | grep Darwin)" ]]; then
1515
#########################################
1616
Installing the $i !!
1717
#########################################"
18-
brew install -y $i
18+
brew install $i
1919
done
2020

2121
elif [[ -n "$(expr substr $(uname -s) 1 5 | grep Linux)" ]]; then
@@ -163,7 +163,7 @@ elif [[ (-n "$(which conda | grep conda)") && (-n "$(expr substr $(uname -s) 1 5
163163
conda activate ngs
164164
echo "
165165
##########################################
166-
Miniconda is already Installed
166+
Anaconda is already Installed
167167
NGS environment is present
168168
NGS is Activated
169169
##########################################
@@ -187,7 +187,7 @@ elif [[ (-n "$(which conda | grep conda)") && (-z "$(conda env list | grep ngs)"
187187
"
188188
elif [[ -d ~/anaconda3 ]]; then
189189

190-
source ~/miniconda3/etc/profile.d/conda.sh
190+
source ~/anaconda3/etc/profile.d/conda.sh
191191
conda activate ngs
192192
echo "
193193
#########################################

0 commit comments

Comments
 (0)