From 89789d073b81e02d301f80307d83e900657c1f90 Mon Sep 17 00:00:00 2001 From: Ryan Fortner <71036629+chunky-milk@users.noreply.github.com> Date: Tue, 25 May 2021 08:10:20 -0400 Subject: [PATCH] Update install --- apps/Intellij IDEA/install | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/Intellij IDEA/install b/apps/Intellij IDEA/install index 6d7330a..1a19498 100755 --- a/apps/Intellij IDEA/install +++ b/apps/Intellij IDEA/install @@ -9,15 +9,14 @@ function error { # Get dependencies "${DIRECTORY}/pkg-install" "openjdk-11-jdk" "$(dirname "$0")" || exit 1 -rm -f ideaIC-2020.3.2.tar.gz 2>/dev/null +rm -f ideaIC-2021.1.1.tar.gz 2>/dev/null rm -rf ~/idea_ic 2>/dev/null mkdir ~/idea_ic || error "Failed to make idea_ic folder!" cd ~/idea_ic -wget https://download.jetbrains.com/idea/ideaIC-2020.3.2.tar.gz || error "Failed to download!" - -tar xf ideaIC-2020.3.2.tar.gz --strip-components=1 || error "Failed to extract!" -rm -f ideaIC-2020.3.2.tar.gz 2>/dev/null +wget https://download.jetbrains.com/idea/ideaIC-2021.1.1.tar.gz || error "Failed to download!" +tar xf ideaIC-2021.1.1.tar.gz --strip-components=1 || error "Failed to extract!" +rm -f ideaIC-2021.1.1.tar.gz 2>/dev/null echo "[Desktop Entry] Type=Application