Skip to content

Commit ebf34d6

Browse files
authored
Try build_pdf without sudo
1 parent b0e8800 commit ebf34d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/scripts/build_pdf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env -S bash --norc
22

3-
sudo apt-get update -qq
4-
sudo apt-get install \
3+
apt-get update -qq
4+
apt-get install \
55
texlive-latex-base \
66
texlive-latex-extra \
77
texlive-fonts-recommended \

0 commit comments

Comments
 (0)