Skip to content

Commit

Permalink
Attempt to fix untar error
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Jun 3, 2024
1 parent 1458409 commit 82b0117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_R.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ BUILDDEPS="curl \
apt-get update && apt-get install -y --no-install-recommends $BUILDDEPS

wget https://cran.r-project.org/src/base/R-4/R-${R_VERSION}.tar.gz
tar xzf R-${R_VERSION}.tar.gz
tar xzf R-${R_VERSION}.tar.gz --no-same-owner

cd R-${R_VERSION}
R_PAPERSIZE=letter \
Expand Down

0 comments on commit 82b0117

Please sign in to comment.