Skip to content

Commit

Permalink
Upstream version 2023.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mmk2410 committed Mar 22, 2024
1 parent 6a14548 commit 918e824
Show file tree
Hide file tree
Showing 18 changed files with 9 additions and 3 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
intellij-idea-community (2023.3.6-1) lunar; urgency=medium

* Upstream version 2023.3.6

-- Marcel Kapfer <[email protected]> Fri, 22 Mar 2024 14:02:38 +0000

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

* Upstream version 2023.3.5
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.3.5.tar.gz
tar xf /opt/ideaIC-2023.3.6.tar.gz

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

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

##DEBHELPER##

0 comments on commit 918e824

Please sign in to comment.