Compare commits
No commits in common. "5c1d2ea854cf2bcaa11f871bd2d565e2684c839d" and "eeeb48923d9b5fcb2c9ddd10abeced089a60ee57" have entirely different histories.
5c1d2ea854
...
eeeb48923d
18 changed files with 3 additions and 9 deletions
BIN
intellij-idea-community_2021.3-1_all.deb
Normal file
BIN
intellij-idea-community_2021.3-1_all.deb
Normal file
Binary file not shown.
Binary file not shown.
|
@ -1,9 +1,3 @@
|
|||
intellij-idea-community (2021.3.1-1) impish; urgency=medium
|
||||
|
||||
* Upstream version 2021.3.1
|
||||
|
||||
-- Marcel Kapfer <opensource@mmk2410.org> Wed, 29 Dec 2021 15:33:20 +0000
|
||||
|
||||
intellij-idea-community (2021.3-1) impish; urgency=medium
|
||||
|
||||
* Upstream version 2021.3
|
|
@ -5,13 +5,13 @@ set -e
|
|||
cd /opt/
|
||||
|
||||
## Extract the package
|
||||
tar xf /opt/ideaIC-2021.3.1.tar.gz
|
||||
tar xf /opt/ideaIC-2021.3.tar.gz
|
||||
|
||||
## Rename the directory
|
||||
mv /opt/idea-IC-* /opt/intellij-idea-community
|
||||
|
||||
## Remove the tar.gz package
|
||||
rm /opt/ideaIC-2021.3.1.tar.gz
|
||||
rm /opt/ideaIC-2021.3.tar.gz
|
||||
|
||||
## Install the .desktop file, if necessary
|
||||
if [ -x "/usr/bin/desktop-file-install" ]; then
|
|
@ -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-2021.3.1.tar.gz
|
||||
wget -c https://download-cf.jetbrains.com/idea/ideaIC-2021.3.tar.gz
|
||||
|
||||
##DEBHELPER##
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue