Update install_eclipse.sh

Changed to the latest offiicial release version "2023-06"
This commit is contained in:
git-pesche 2023-09-09 16:11:46 +02:00 committed by GitHub
parent 2e0bd0d678
commit ffee8bdbc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/bin/bash
ECLIPSE_VER_DATE="2021-12"
ECLIPSE_VER_DATE="2023-06"
cd /tmp
wget -q -O eclipse.tar.gz "https://mirrors.xmission.com/eclipse/technology/epp/downloads/release/${ECLIPSE_VER_DATE}/R/eclipse-java-${ECLIPSE_VER_DATE}-R-linux-gtk-$(arch).tar.gz"