Skip to content

Commit 5249e36

Browse files
authored
Merge pull request #203 from nmfs-opensci/eeholmes-patch-1
add zotero
2 parents 1079aec + ca48696 commit 5249e36

File tree

5 files changed

+19
-1
lines changed

5 files changed

+19
-1
lines changed

Desktop/zotero.desktop

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Name=Zotero
4+
GenericName=Zotero Bibliography Manager
5+
Icon=zotero
6+
TryExec=zotero
7+
Exec=zotero %F
8+
Terminal=false
9+
StartupNotify=false
10+
Categories=Education;Science;
11+
Keywords=bibliography;

Desktop/zotero.png

142 KB
Loading

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ RUN /pyrocket_scripts/install-apt-packages.sh ${REPO_DIR}/apt.txt
4343
# Install some basic VS Code extensions
4444
RUN /pyrocket_scripts/install-vscode-extensions.sh ${REPO_DIR}/vscode-extensions.txt
4545

46+
# Install Zotero
47+
RUN wget -qO- https://raw.githubusercontent.com/retorquere/zotero-deb/master/install.sh | bash
48+
4649
# Re-enable man pages disabled in Ubuntu 18 minimal image
4750
# https://wiki.ubuntu.com/Minimal
4851
RUN yes | unminimize

apt.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,7 @@ git-gui
7272
gitg
7373
qgit
7474
meld
75+
76+
# Zotero
77+
zotero
78+
libpci-dev

scripts/install-desktop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Required User: root
33
# Usage: RUN /pyrocket_scripts/install-desktop.sh <directory path>"
44

5-
echo "Running setup-desktop.sh"
5+
echo "Running install-desktop.sh"
66

77
# Check if the script is run as root
88
if [[ $(id -u) -ne 0 ]]; then

0 commit comments

Comments
 (0)