Don't install intellij

This commit is contained in:
gmpinder
2023-06-09 20:35:37 -04:00
parent 56fdb68909
commit 0202087db9
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ scripts:
post:
- autorun.sh
- enable-fingerprintd.sh
- install-intellij.sh
rpm:
# A list of urls of ".repo" files that should be added to your system.
# This is the proper way to add custom COPR repos to your image.
@@ -31,6 +30,7 @@ rpm:
- fprintd-pam
- tlp
- powertop
- neofetch
remove:
# Remove the native firefox (from Fedora) in favor of the Flatpak.
- firefox

View File

@@ -2,7 +2,7 @@
set -eou pipefail
# Version number
VERSION="2023.1.2"
VERSION=$(curl -s "https://blog.jetbrains.com/idea/" | grep -oP 'IntelliJ IDEA \K[0-9]+\.[0-9]+\.[0-9]*' | head -1)
# Download https://download.jetbrains.com/idea/ideaIC-${VERSION}.tar.gz
curl -L -o /tmp/ideaIC-${VERSION}.tar.gz https://download.jetbrains.com/idea/ideaIC-${VERSION}.tar.gz