From 9642b0723a9822435b32af0ad7b31d9d31e9db8c Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Mon, 17 Feb 2020 05:39:12 +0000 Subject: [PATCH] Update install-arch.sh - added arch zotero install --- .scripts/install-arch.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.scripts/install-arch.sh b/.scripts/install-arch.sh index ca5b05f..3a612a5 100644 --- a/.scripts/install-arch.sh +++ b/.scripts/install-arch.sh @@ -38,11 +38,7 @@ cp ~/.revealjs/ntn.css ~/.revealjs/reveal.js/css/theme/ cd ~ # zotero -echo "Go to https://www.zotero.org/download/, download, and put contents in /opt/zotero/ (using sudo)" -echo "Done? Hit Enter" -read response -sudo /opt/zotero/set_launcher_icon -ln -s /opt/zotero/zotero.desktop ~/.local/share/applications/zotero.desktop +sudo pacman -S zotero # If we change location, update that in .emacs AND pandout.sh script echo "Installation script complete"