Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
For BioConductor install, force remove MRO 3.3 prior to installing MR…
Browse files Browse the repository at this point in the history
…O 3.4 (#120)

* force add PATH to current user

* Update bioc_setup.sh
  • Loading branch information
paselem authored Sep 19, 2017
1 parent 0933f55 commit 9cd24f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/package_management/bioc_setup.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
yum erase microsoft-r-open-mro-3.3* --assumeyes

if [ ! -d "microsoft-r-open" ]; then
# Download R
wget https://mran.microsoft.com/install/mro/3.4.0/microsoft-r-open-3.4.0.tar.gz
Expand Down

0 comments on commit 9cd24f6

Please sign in to comment.