From 092040d61c262d07a6d9a3e703933df8fc9f7855 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Sat, 22 Feb 2020 21:30:13 -0700 Subject: [PATCH] added lmodern font package to install-* --- .scripts/install-arch.sh | 1 + .scripts/install-deb.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.scripts/install-arch.sh b/.scripts/install-arch.sh index 3a612a5..b6f6971 100644 --- a/.scripts/install-arch.sh +++ b/.scripts/install-arch.sh @@ -28,6 +28,7 @@ emacs --script install-emacs.el sudo pacman -S pandoc sudo pacman -S pandoc-citeproc sudo pacman -S texlive +sudo pacman -S lmodern # revealjs cd ~/.revealjs diff --git a/.scripts/install-deb.sh b/.scripts/install-deb.sh index cbefbf1..03ba3f6 100644 --- a/.scripts/install-deb.sh +++ b/.scripts/install-deb.sh @@ -8,7 +8,7 @@ sudo apt-get -y install xdg-open sudo apt-get install nodejs # 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 keepassxc @@ -20,6 +20,7 @@ emacs --script install-emacs.el sudo apt-get -y install pandoc sudo apt-get -y install pandoc-citeproc sudo apt-get -y install texlive +sudo apt-get -y install lmodern # revealjs cd ~/.revealjs