Skip to content

Commit

Permalink
Upstream version 2023.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmk2410 committed Sep 14, 2023
1 parent 1c17ff2 commit e073025
Show file tree
Hide file tree
Showing 19 changed files with 9 additions and 3 deletions.
Binary file removed intellij-idea-community_2023.2.1-1_all.deb
Binary file not shown.
Binary file added intellij-idea-community_2023.2.2-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.2-1) lunar; urgency=medium

* Upstream version 2023.2.2

-- Marcel Kapfer <[email protected]> Thu, 14 Sep 2023 13:01:13 +0000

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

* Upstream version 2023.2.1
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.1.tar.gz
tar xf /opt/ideaIC-2023.2.2.tar.gz

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

## Remove the tar.gz package
rm /opt/ideaIC-2023.2.1.tar.gz
rm /opt/ideaIC-2023.2.2.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.1.tar.gz
wget -c https://download-cf.jetbrains.com/idea/ideaIC-2023.2.2.tar.gz

##DEBHELPER##

0 comments on commit e073025

Please sign in to comment.