Skip to content

Commit

Permalink
Update CLion version
Browse files Browse the repository at this point in the history
  • Loading branch information
azatsarynnyy authored Nov 4, 2024
1 parent 752c9e7 commit b0c5e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/entrypoint-init-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ elif [[ "$ide_flavour" == "pycharm" ]]; then
elif [[ "$ide_flavour" == "goland" ]]; then
curl -sL https://download.jetbrains.com/go/goland-2024.2.3.tar.gz | tar xzf - --strip-components=1
elif [[ "$ide_flavour" == "clion" ]]; then
curl -sL https://download.jetbrains.com/cpp/CLion-2024.2.2.tar.gz | tar xzf - --strip-components=1
curl -sL https://download.jetbrains.com/cpp/CLion-2024.2.3.tar.gz | tar xzf - --strip-components=1
elif [[ "$ide_flavour" == "phpstorm" ]]; then
curl -sL https://download.jetbrains.com/webide/PhpStorm-2024.2.3.tar.gz | tar xzf - --strip-components=1
elif [[ "$ide_flavour" == "rubymine" ]]; then
Expand Down

0 comments on commit b0c5e62

Please sign in to comment.