Skip to content
Snippets Groups Projects
Commit 30959539 authored by David Jezek's avatar David Jezek
Browse files

feat: update to eclipses 09-2024 and add screenkey tool

parent 0eb5ff88
Branches
No related merge requests found
...@@ -595,8 +595,8 @@ function installEclipseSTS(){ ...@@ -595,8 +595,8 @@ function installEclipseSTS(){
function installEclipseJava(){ function installEclipseJava(){
######Install Eclipse for JAVA development package ######Install Eclipse for JAVA development package
installEclipseInstance java https://ftp.fau.de/eclipse/technology/epp/downloads/release/2024-03/R/eclipse-java-2024-03-R-linux-gtk-x86_64.tar.gz \ installEclipseInstance java https://mirrors.dotsrc.org/eclipse//technology/epp/downloads/release/2024-09/R/eclipse-java-2024-09-R-linux-gtk-x86_64.tar.gz \
"https://download.eclipse.org/releases/2024-03/,\ "https://download.eclipse.org/releases/2024-09/,\
https://binaries.sonarsource.com/SonarLint-for-Eclipse/releases/,\ https://binaries.sonarsource.com/SonarLint-for-Eclipse/releases/,\
https://download.eclipse.org/efxclipse/updates-released/3.9.0/site/,\ https://download.eclipse.org/efxclipse/updates-released/3.9.0/site/,\
https://ecd-plugin.github.io/update/" \ https://ecd-plugin.github.io/update/" \
...@@ -634,8 +634,8 @@ function installEclipsePapyrus(){ ...@@ -634,8 +634,8 @@ function installEclipsePapyrus(){
function installEclipseEE(){ function installEclipseEE(){
######Install Eclipse for EE development package ######Install Eclipse for EE development package
installEclipseInstance ee https://eclipse.mirror.liteserver.nl/technology/epp/downloads/release/2024-06/R/eclipse-jee-2024-06-R-linux-gtk-x86_64.tar.gz \ installEclipseInstance ee https://saimei.ftp.acc.umu.se/mirror/eclipse.org/technology/epp/downloads/release/2024-09/R/eclipse-jee-2024-09-R-linux-gtk-x86_64.tar.gz \
"https://download.eclipse.org/releases/2024-06/,\ "https://download.eclipse.org/releases/2024-09/,\
https://binaries.sonarsource.com/SonarLint-for-Eclipse/releases/,\ https://binaries.sonarsource.com/SonarLint-for-Eclipse/releases/,\
https://download.jboss.org/jbosstools/photon/stable/updates/,\ https://download.jboss.org/jbosstools/photon/stable/updates/,\
https://ecd-plugin.github.io/update/,\ https://ecd-plugin.github.io/update/,\
...@@ -861,6 +861,18 @@ function installAll() { ...@@ -861,6 +861,18 @@ function installAll() {
installSquirreL installSquirreL
} }
function update2024() {
sudo apt -y install screenkey
removeEclipseInstance java
installEclipseJava
installLombok java
removeEclipseInstance ee
installEclipseEE
installLombok ee
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment