Skip to content

Commit eac9154

Browse files
committed
Updated list of TeXLive packages
1 parent 41861a6 commit eac9154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

masterscript

+2-2
Original file line numberDiff line numberDiff line change
@@ -436,13 +436,13 @@ function apps-standalone {
436436
5)
437437
show_info 'Installing TeXLive...'
438438
echo
439-
echo "Current package list: texlive-most"
439+
echo "Current package list: texlive-mathscience texlive-latexrecommended texlive-latexextra texlive-fontsextra"
440440
echo
441441
show_info 'Proceed? (Y)es, (N)o :' && read REPLY
442442
case $REPLY in
443443
# Positive action
444444
[Yy]* )
445-
sudo pacman -S texlive-most
445+
sudo pacman -S texlive-mathscience texlive-latexrecommended texlive-latexextra texlive-fontsextra
446446
notify-send "Installation was successful"
447447
clear && apps-standalone
448448
;;

0 commit comments

Comments
 (0)