Skip to content

Commit

Permalink
Fix problem with removing /tmp/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
BerriJ committed Oct 2, 2024
1 parent 03cdf84 commit aaec00c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion install_scripts/install_latex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ install Devel::StackTrace
echo "main_memory = 7999999" >> /usr/local/texlive/texmf.cnf
echo "save_size = 7999999" >> /usr/local/texlive/texmf.cnf

rm -r /tmp/*
rm -r /root/.cpan/build/*
apt-get autoclean -y
rm -rf /var/lib/apt/lists/*
1 change: 0 additions & 1 deletion install_scripts/install_r.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ R -e "Refinitiv::install_eikon()"

chown --recursive $USERNAME:$USERNAME /usr/local/lib/R/site-library

rm -r /tmp/*
apt-get autoclean -y
rm -rf /var/lib/apt/lists/*

0 comments on commit aaec00c

Please sign in to comment.