File tree Expand file tree Collapse file tree 5 files changed +19
-1
lines changed Expand file tree Collapse file tree 5 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
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;
Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ RUN /pyrocket_scripts/install-apt-packages.sh ${REPO_DIR}/apt.txt
43
43
# Install some basic VS Code extensions
44
44
RUN /pyrocket_scripts/install-vscode-extensions.sh ${REPO_DIR}/vscode-extensions.txt
45
45
46
+ # Install Zotero
47
+ RUN wget -qO- https://raw.githubusercontent.com/retorquere/zotero-deb/master/install.sh | bash
48
+
46
49
# Re-enable man pages disabled in Ubuntu 18 minimal image
47
50
# https://wiki.ubuntu.com/Minimal
48
51
RUN yes | unminimize
Original file line number Diff line number Diff line change @@ -72,3 +72,7 @@ git-gui
72
72
gitg
73
73
qgit
74
74
meld
75
+
76
+ # Zotero
77
+ zotero
78
+ libpci-dev
Original file line number Diff line number Diff line change 2
2
# Required User: root
3
3
# Usage: RUN /pyrocket_scripts/install-desktop.sh <directory path>"
4
4
5
- echo " Running setup -desktop.sh"
5
+ echo " Running install -desktop.sh"
6
6
7
7
# Check if the script is run as root
8
8
if [[ $( id -u) -ne 0 ]]; then
You can’t perform that action at this time.
0 commit comments