From 26d12647686df84edf68e038017daa5f786263f5 Mon Sep 17 00:00:00 2001 From: Siedlerchr Date: Thu, 12 Sep 2019 13:27:35 +0200 Subject: [PATCH 1/4] add install4j install option for unix installer --- jabref.install4j | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jabref.install4j b/jabref.install4j index 9dac4968342..d70020546aa 100644 --- a/jabref.install4j +++ b/jabref.install4j @@ -745,5 +745,8 @@ return console.askYesNo(message, true); + + + From 590d3d6763a84505b4e50d3a970e451d98af207b Mon Sep 17 00:00:00 2001 From: Siedlerchr Date: Thu, 12 Sep 2019 13:36:29 +0200 Subject: [PATCH 2/4] update install4j to 8.0.1 --- scripts/prepare-install4j.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/prepare-install4j.sh b/scripts/prepare-install4j.sh index c2cb6fd5974..c0c533c6c9e 100755 --- a/scripts/prepare-install4j.sh +++ b/scripts/prepare-install4j.sh @@ -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 From e12b4e2d90b691b1db27ded533d4de95c14edb8e Mon Sep 17 00:00:00 2001 From: Siedlerchr Date: Thu, 12 Sep 2019 13:52:57 +0200 Subject: [PATCH 3/4] crate unix archive --- jabref.install4j | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jabref.install4j b/jabref.install4j index d70020546aa..3b986ad5153 100644 --- a/jabref.install4j +++ b/jabref.install4j @@ -745,8 +745,8 @@ return console.askYesNo(message, true); - - - + + + From 9fb468550a22411af4c7447af4c195819957231f Mon Sep 17 00:00:00 2001 From: Siedlerchr Date: Thu, 12 Sep 2019 14:02:54 +0200 Subject: [PATCH 4/4] remove unix again --- jabref.install4j | 3 --- 1 file changed, 3 deletions(-) diff --git a/jabref.install4j b/jabref.install4j index 3b986ad5153..9dac4968342 100644 --- a/jabref.install4j +++ b/jabref.install4j @@ -745,8 +745,5 @@ return console.askYesNo(message, true); - - -