Skip to content

Commit

Permalink
Update install_verse.sh to remove wget file
Browse files Browse the repository at this point in the history
  • Loading branch information
nickforr authored Dec 17, 2024
1 parent 6b2c24e commit d96930d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install_verse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,13 @@ apt-get -y autoremove
## Add LaTeX, rticles and bookdown support
## tinytex recommends a dummy texlive if using tlmgr manually
if [[ ! -x "/usr/bin/latex" ]]; then
apt-get install -y --no-install-recommends equivs
apt_install equivs
cd /tmp
wget https://github.com/scottkosty/install-tl-ubuntu/raw/master/debian-control-texlive-in.txt
equivs-build debian-*
mv texlive-local*.deb texlive-local.deb
dpkg -i texlive-local.deb
rm debian-control-texlive-in.txt
apt-get -y purge equivs
apt-get -y autoremove
fi
Expand Down

0 comments on commit d96930d

Please sign in to comment.