Some changes on install scripts

This commit is contained in:
Nathan Schneider
2020-02-26 06:29:38 +00:00
parent 32bccd5d6b
commit 86a59cef09
+2 -2
View File
@@ -20,7 +20,7 @@ sudo pacman -S keepassxc
# emacs # emacs
sudo pacman -S emacs sudo pacman -S emacs
emacs --script install-emacs.el emacs --script install-emacs.el # not working
# pandoc # pandoc
sudo pacman -S pandoc sudo pacman -S pandoc
@@ -37,7 +37,7 @@ cp ~/.revealjs/ntn.css ~/.revealjs/reveal.js/css/theme/
cd ~ cd ~
# zotero # zotero
sudo pacman -S zotero sudo snap install zotero
# If we change location, update that in .emacs AND pandout.sh script # If we change location, update that in .emacs AND pandout.sh script
echo "Installation script complete" echo "Installation script complete"