diff --git a/apps/Intellij IDEA/install-32 b/apps/Intellij IDEA/install similarity index 71% rename from apps/Intellij IDEA/install-32 rename to apps/Intellij IDEA/install index 8766f3f..6d7330a 100755 --- a/apps/Intellij IDEA/install-32 +++ b/apps/Intellij IDEA/install @@ -9,15 +9,15 @@ function error { # Get dependencies "${DIRECTORY}/pkg-install" "openjdk-11-jdk" "$(dirname "$0")" || exit 1 -rm -f ideaIC-2020.3.tar.gz 2>/dev/null +rm -f ideaIC-2020.3.2.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.tar.gz || error "Failed to download!" +wget https://download.jetbrains.com/idea/ideaIC-2020.3.2.tar.gz || error "Failed to download!" -tar xf ideaIC-2020.3.tar.gz --strip-components=1 || error "Failed to extract!" -rm -f ideaIC-2020.3.tar.gz 2>/dev/null +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 echo "[Desktop Entry] Type=Application