사용자 도구

사이트 도구


intellij_idea

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판 양쪽 다음 판
intellij_idea [2021/05/13 09:06]
kwon37xi [Intellij Ultimate Linux 최신 버전 확인]
intellij_idea [2021/05/13 09:10]
kwon37xi [Intellij Ultimate Linux 최신 버전 다운로드 링크 확인]
줄 81: 줄 81:
 ===== Intellij Ultimate Linux 최신 버전 다운로드 링크 확인 ===== ===== Intellij Ultimate Linux 최신 버전 다운로드 링크 확인 =====
 <code sh> <code sh>
 +# 버전 번호만 확인
 +curl -fsSL "https://data.services.jetbrains.com/products?code=IIU%2CIIC&release.type=release" | jq '[.[].releases[].version][0]'
 +
 +# Linux 다운로드 링크
 curl -fsSL "https://data.services.jetbrains.com/products?code=IIU%2CIIC&release.type=release" | jq '[.[].releases[].downloads.linux.link][0]' curl -fsSL "https://data.services.jetbrains.com/products?code=IIU%2CIIC&release.type=release" | jq '[.[].releases[].downloads.linux.link][0]'
 </code> </code>
intellij_idea.txt · 마지막으로 수정됨: 2022/10/17 16:48 저자 kwon37xi