Update install

pull/686/head
Ryan Fortner 4 years ago committed by GitHub
parent e558d3afa5
commit 89789d073b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save