Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Coding Dojo
reactive-programming
Commits
c2707f89
Commit
c2707f89
authored
Nov 26, 2019
by
Julien Sadaoui
Browse files
Install script - update Intellij CE version
parent
1c4ea3ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/install.sh
View file @
c2707f89
...
...
@@ -25,7 +25,7 @@ mkdir install_tools
cd
install_tools
# Install IntelliJ
wget https://download
-cf
.jetbrains.com/idea/ideaIC-201
8.3.5
.tar.gz
wget https://download.jetbrains.com/idea/ideaIC-201
9.2.4
.tar.gz
tar
-xzvf
ideaIC-2018.3.5.tar.gz
-C
/opt
# Clone project
...
...
@@ -36,8 +36,8 @@ cat > /usr/share/applications/intellij.desktop <<EOF
Type=Application
Terminal=false
Name=Intellij
Icon=/opt/idea-IC-1
83.5912.21
/bin/idea.png
Exec=/opt/idea-IC-1
83.5912.21
/bin/idea.sh
Icon=/opt/idea-IC-1
92.7142.36
/bin/idea.png
Exec=/opt/idea-IC-1
92.7142.36
/bin/idea.sh
EOF
cat
>
/usr/share/applications/reactive-programming.desktop
<<
EOF
...
...
@@ -45,8 +45,8 @@ cat > /usr/share/applications/reactive-programming.desktop <<EOF
Type=Application
Terminal=false
Name=Reactive Programming
Icon=/opt/idea-IC-1
83.5912.21
/bin/idea.png
Exec=/opt/idea-IC-1
83.5912.21
/bin/idea.sh coding-dojo/reactive-programming
Icon=/opt/idea-IC-1
92.7142.36
/bin/idea.png
Exec=/opt/idea-IC-1
92.7142.36
/bin/idea.sh coding-dojo/reactive-programming
EOF
cat
>
/home/reactive-programming/Bureau/rxjava-docs.desktop
<<
EOF
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment