Skip to content

Commit

Permalink
Revert permissions changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Jun 3, 2024
1 parent dea80f8 commit 36137cd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions install_R.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +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
mkdir -p R-${R_VERSION}
chown root:staff R-${R_VERSION}
chmod g+ws R-${R_VERSION}
tar xzf R-${R_VERSION}.tar.gz --no-same-owner --no-overwrite-dir
tar xzf R-${R_VERSION}.tar.gz

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

0 comments on commit 36137cd

Please sign in to comment.