From 86a59cef093afa1172d10b4f20f4177759406bb7 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Wed, 26 Feb 2020 06:29:38 +0000 Subject: [PATCH] Some changes on install scripts --- .scripts/install-arch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.scripts/install-arch.sh b/.scripts/install-arch.sh index 1bcc156..bf1f25e 100644 --- a/.scripts/install-arch.sh +++ b/.scripts/install-arch.sh @@ -20,7 +20,7 @@ sudo pacman -S keepassxc # emacs sudo pacman -S emacs -emacs --script install-emacs.el +emacs --script install-emacs.el # not working # pandoc sudo pacman -S pandoc @@ -37,7 +37,7 @@ cp ~/.revealjs/ntn.css ~/.revealjs/reveal.js/css/theme/ cd ~ # zotero -sudo pacman -S zotero +sudo snap install zotero # If we change location, update that in .emacs AND pandout.sh script echo "Installation script complete"