We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41861a6 commit eac9154Copy full SHA for eac9154
masterscript
@@ -436,13 +436,13 @@ function apps-standalone {
436
5)
437
show_info 'Installing TeXLive...'
438
echo
439
- echo "Current package list: texlive-most"
+ echo "Current package list: texlive-mathscience texlive-latexrecommended texlive-latexextra texlive-fontsextra"
440
441
show_info 'Proceed? (Y)es, (N)o :' && read REPLY
442
case $REPLY in
443
# Positive action
444
[Yy]* )
445
- sudo pacman -S texlive-most
+ sudo pacman -S texlive-mathscience texlive-latexrecommended texlive-latexextra texlive-fontsextra
446
notify-send "Installation was successful"
447
clear && apps-standalone
448
;;
0 commit comments