Skip to content

Commit

Permalink
Adapt scripts/prepare-install4j.sh to JRE1.8.0_152 (#3568)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusDietz authored and Siedlerchr committed Dec 22, 2017
1 parent d9644d0 commit 2f637cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/prepare-install4j.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ if [ ! -d ~/.install4j7/jres/ ]; then
mkdir -p ~/.install4j7/jres/
fi
cd ~/.install4j7/jres/
wget --quiet -nc https://files.jabref.org/jres/windows-x86-1.8.0_144.tar.gz
wget --quiet -nc https://files.jabref.org/jres/windows-amd64-1.8.0_144.tar.gz
wget --quiet -nc https://files.jabref.org/jres/macosx-amd64-1.8.0_144_unpacked.tar.gz
wget --quiet -nc https://files.jabref.org/jres/windows-x86-1.8.0_152.tar.gz
wget --quiet -nc https://files.jabref.org/jres/windows-amd64-1.8.0_152.tar.gz
wget --quiet -nc https://files.jabref.org/jres/macosx-amd64-1.8.0_152_unpacked.tar.gz

0 comments on commit 2f637cd

Please sign in to comment.