Skip to content

Commit

Permalink
Merge pull request #5309 from JabRef/install4jlinux
Browse files Browse the repository at this point in the history
update install4j 8 to 8.0.1
  • Loading branch information
Siedlerchr authored Sep 12, 2019
2 parents a357bbd + 9fb4685 commit ed4c8a9
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
@@ -1,4 +1,4 @@
#!/bin/bash
wget --quiet -nc --show-progress https://download-gcdn.ej-technologies.com/install4j/install4j_unix_8_0.tar.gz
tar -xf install4j_unix_8_0.tar.gz
mv install4j8.0 install4j8
wget --quiet -nc --show-progress https://download-gcdn.ej-technologies.com/install4j/install4j_unix_8_0_1.tar.gz
tar -xf install4j_unix_8_0_1.tar.gz
mv install4j8.0.1 install4j8

0 comments on commit ed4c8a9

Please sign in to comment.