mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 09:31:40 -05:00
5 lines
203 B
Bash
5 lines
203 B
Bash
![]() |
ver="$(latest_release pinterest/ktlint)"
|
||
|
apt-get install -y default-jre
|
||
|
wget "https://github.com/pinterest/ktlint/releases/download/${ver}/ktlint" -O /usr/local/bin/ktlint
|
||
|
chmod +x /usr/local/bin/ktlint
|