Skip to content

Commit

Permalink
Update Intellij versions in coder templates
Browse files Browse the repository at this point in the history
  • Loading branch information
klauserber committed Jul 1, 2024
1 parent 641ff60 commit e0c1f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automate/roles/coder/coder_templates/devbox/intellij_c.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "coder_script" "intellij_c" {
mkdir -p /tmp/idea-c
cd /tmp/idea-c
echo "Downloading Intellij Community"
wget -qO idea.tar.gz https://download.jetbrains.com/idea/ideaIC-2023.2.5.tar.gz
wget -qO idea.tar.gz https://download.jetbrains.com/idea/ideaIC-2024.1.4.tar.gz
echo "Extracting Intellij Community"
tar xzf idea.tar.gz
mv idea-* ~/apps/intellij-c; \
Expand Down
2 changes: 1 addition & 1 deletion automate/roles/coder/coder_templates/devbox/intellij_u.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "coder_script" "intellij_u" {
mkdir -p /tmp/idea-u
cd /tmp/idea-u
echo "Downloading Intellij Ultimate"
wget -qO idea.tar.gz https://download.jetbrains.com/idea/ideaIU-2023.2.4.tar.gz
wget -qO idea.tar.gz https://download.jetbrains.com/idea/ideaIU-2024.1.4.tar.gz
echo "Extracting Intellij Ultimate"
tar xzf idea.tar.gz
mv idea-* ~/apps/intellij-u; \
Expand Down

0 comments on commit e0c1f9f

Please sign in to comment.