Don't install intellij
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user