Don't install intellij
This commit is contained in:
@@ -8,7 +8,6 @@ scripts:
|
|||||||
post:
|
post:
|
||||||
- autorun.sh
|
- autorun.sh
|
||||||
- enable-fingerprintd.sh
|
- enable-fingerprintd.sh
|
||||||
- install-intellij.sh
|
|
||||||
rpm:
|
rpm:
|
||||||
# A list of urls of ".repo" files that should be added to your system.
|
# 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.
|
# This is the proper way to add custom COPR repos to your image.
|
||||||
@@ -31,6 +30,7 @@ rpm:
|
|||||||
- fprintd-pam
|
- fprintd-pam
|
||||||
- tlp
|
- tlp
|
||||||
- powertop
|
- powertop
|
||||||
|
- neofetch
|
||||||
remove:
|
remove:
|
||||||
# Remove the native firefox (from Fedora) in favor of the Flatpak.
|
# Remove the native firefox (from Fedora) in favor of the Flatpak.
|
||||||
- firefox
|
- firefox
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
set -eou pipefail
|
set -eou pipefail
|
||||||
|
|
||||||
# Version number
|
# 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
|
# 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
|
curl -L -o /tmp/ideaIC-${VERSION}.tar.gz https://download.jetbrains.com/idea/ideaIC-${VERSION}.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user