Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

Unburden zotero's servers in case #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions zotero_installer.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
#
# Zotero installer
# Copyright 2011-2013 Sebastiaan Mathot
# Copyright 2011-2018 Sebastiaan Mathot
# <http://www.cogsci.nl/>
#
# This file is part of qnotero.
Expand Down Expand Up @@ -74,7 +74,7 @@ URL="https://download.zotero.org/client/release/${VERSION}/Zotero-${VERSION}_lin
echo ">>> Downloading Zotero standalone $VERSION for $ARCH"
echo ">>> URL: $URL"

wget $URL -O $TMP
[[ ! -f $TMP ]] && wget $URL -O $TMP
if [ $? -ne 0 ]; then
echo ">>> Failed to download Zotero"
echo ">>> Aborting installation, sorry!"
Expand Down