Upstream releaes 2017.1.1
- Addressed T214: Download over HTTP - Addressed T230: No check for existing archives
This commit is contained in:
parent
97ae8e56aa
commit
28df443a21
25 changed files with 93 additions and 88 deletions
10
intellij-idea-ultimate_2017.1.1/debian/preinst
Normal file
10
intellij-idea-ultimate_2017.1.1/debian/preinst
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cd /opt/
|
||||
|
||||
## Download IntelliJ IDEA Community from the jetbrain servers
|
||||
wget -c https://download-cf.jetbrains.com/idea/ideaIU-2017.1.1.tar.gz
|
||||
|
||||
##DEBHELPER##
|
Loading…
Add table
Add a link
Reference in a new issue