diff options
Diffstat (limited to 'setup/environment.sh')
-rw-r--r-- | setup/environment.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/environment.sh b/setup/environment.sh index 5090bbfb7..5c2c16507 100644 --- a/setup/environment.sh +++ b/setup/environment.sh @@ -20,7 +20,7 @@ unzip SenchaCmd-*.zip ; rm SenchaCmd-*.zip export PATH=$PATH:~/bin/Sencha/Cmd/ cd traccar/setup -wget http://files.jrsoftware.org/is/5/isetup-5.5.8.exe +wget http://files.jrsoftware.org/is/5/isetup-5.5.6.exe wget https://github.com/ojdkbuild/ojdkbuild/releases/download/java-11-openjdk-debug-11.0.6.10-1/java-11-openjdk-debug-11.0.6.10-1.windows.ojdkbuild.x86_64.zip wget https://github.com/ojdkbuild/contrib_jdk11u-ci/releases/download/jdk-11.0.5%2B10/jdk-11.0.5-ojdkbuild-linux-x64.zip wget https://github.com/ojdkbuild/contrib_jdk11u-arm32-ci/releases/download/jdk-11.0.5%2B10/jdk-11.0.5-ojdkbuild-linux-armhf.zip |