intellij IDEA app update to 2020.3

pull/438/head
Botspot 3 years ago
parent 0b18031e02
commit 4cdac7ec2d

@ -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
Loading…
Cancel
Save