Skip to content

Commit

Permalink
Upstream version 2023.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mmk2410 committed Oct 25, 2023
1 parent f24ae57 commit 16a4149
Show file tree
Hide file tree
Showing 19 changed files with 9 additions and 3 deletions.
Binary file removed intellij-idea-community_2023.2.3-1_all.deb
Binary file not shown.
Binary file added intellij-idea-community_2023.2.4-1_all.deb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
intellij-idea-community (2023.2.4-1) lunar; urgency=medium

* Upstream version 2023.2.4

-- Marcel Kapfer <[email protected]> Wed, 25 Oct 2023 13:01:18 +0000

intellij-idea-community (2023.2.3-1) lunar; urgency=medium

* Upstream version 2023.2.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ set -e
cd /opt/

## Extract the package
tar xf /opt/ideaIC-2023.2.3.tar.gz
tar xf /opt/ideaIC-2023.2.4.tar.gz

## Rename the directory
mv /opt/idea-IC-* /opt/intellij-idea-community

## Remove the tar.gz package
rm /opt/ideaIC-2023.2.3.tar.gz
rm /opt/ideaIC-2023.2.4.tar.gz

## Install the .desktop file, if necessary
if [ -x "/usr/bin/desktop-file-install" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ set -e
cd /opt/

## Download IntelliJ IDEA Community from the JetBrain servers
wget -c https://download-cf.jetbrains.com/idea/ideaIC-2023.2.3.tar.gz
wget -c https://download-cf.jetbrains.com/idea/ideaIC-2023.2.4.tar.gz

##DEBHELPER##

0 comments on commit 16a4149

Please sign in to comment.