From 5eee5d05e56bad8eb458d3bf49e9deaa78085933 Mon Sep 17 00:00:00 2001
From: David Jezek <david.jezek@vsb.cz>
Date: Fri, 23 Feb 2024 02:39:44 +0100
Subject: [PATCH] feat: add update version of InteliJ

---
 swi-install.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/swi-install.sh b/swi-install.sh
index a7ad598..189bdcd 100755
--- a/swi-install.sh
+++ b/swi-install.sh
@@ -545,7 +545,7 @@ function uninstallNetBeans(){
 #deprecated - new version need license :-(
 function installIdea(){
 	echo '============>Installing Idea IDE .....==========================================================================================================='
-	downloadAndExtract /opt ideaIC-2022.2.2.tar.gz idea-IC-222.4167.29 idea-IC https://download-cdn.jetbrains.com/idea/ideaIC-2022.2.2.tar.gz
+	downloadAndExtract /opt ideaIC-2023.3.4.tar.gz idea-IC-233.14475.28 idea-IC https://download-cdn.jetbrains.com/idea/ideaIC-2023.3.4.tar.gz
 	createLauncher idea-IC "inteliJ IDEA" /opt/idea-IC/bin/idea.sh /opt/idea-IC/bin/idea.png "inteliJ IDEA Comunity Edition"
 	echo '============>Idea IDE installed.==========================================================================================================='
 }
@@ -914,6 +914,10 @@ function fix2024(){
 
     installLombok java
     installLombok ee
+    
+	uninstallIdea
+	installIdea
+
 }
 
 
-- 
GitLab