Skip to content

Commit

Permalink
Update rocker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Oct 11, 2024
1 parent 572b58c commit aa94cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e

# Copy in the rocker files. Work in ${REPO_DIR} to make sure I don't clobber anything
cd ${REPO_DIR}
wget https://github.com/eeholmes/rocker-versioned2/archive/refs/heads/master.tar.gz
wget https://github.com/eeholmes/rocker-versioned2/archive/refs/tags/R4.4.1.tar.gz
#wget https://github.com/rocker-org/rocker-versioned2/archive/refs/tags/R${R_VERSION}.tar.gz
tar zxvf R${R_VERSION}.tar.gz && \
mv rocker-versioned2-R${R_VERSION}/scripts /rocker_scripts && \
Expand Down

0 comments on commit aa94cca

Please sign in to comment.