Skip to content

Commit d6150bf

Browse files
committedDec 1, 2023
chore: add installation for texlive and related
1 parent ca06b06 commit d6150bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/pacman.sh

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ pacman -S --noconfirm linux-headers
3838
# gpu-related
3939
pacman -S nvidia
4040

41+
# tex
42+
pacman -S texlive texlive-lang biber
43+
4144
# =====================================================
4245

4346
echo "Install yay by instructions from README, and go to use yay.sh"

0 commit comments

Comments
 (0)
Please sign in to comment.