added lmodern font package to install-*

This commit is contained in:
Nathan Schneider
2020-02-22 21:30:13 -07:00
parent 83343398b5
commit 092040d61c
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -28,6 +28,7 @@ emacs --script install-emacs.el
sudo pacman -S pandoc sudo pacman -S pandoc
sudo pacman -S pandoc-citeproc sudo pacman -S pandoc-citeproc
sudo pacman -S texlive sudo pacman -S texlive
sudo pacman -S lmodern
# revealjs # revealjs
cd ~/.revealjs cd ~/.revealjs
+2 -1
View File
@@ -8,7 +8,7 @@ sudo apt-get -y install xdg-open
sudo apt-get install nodejs sudo apt-get install nodejs
# TO DO git # TO DO git
# Next, core apps # Next, core apps (or are these already done by this point in order to get GitLab access?)
# TO DO nextcloud # TO DO nextcloud
# TO DO keepassxc # TO DO keepassxc
@@ -20,6 +20,7 @@ emacs --script install-emacs.el
sudo apt-get -y install pandoc sudo apt-get -y install pandoc
sudo apt-get -y install pandoc-citeproc sudo apt-get -y install pandoc-citeproc
sudo apt-get -y install texlive sudo apt-get -y install texlive
sudo apt-get -y install lmodern
# revealjs # revealjs
cd ~/.revealjs cd ~/.revealjs