We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc3322 commit 4e40145Copy full SHA for 4e40145
misc/boostrap_header.sh
@@ -5,6 +5,9 @@ _in_path kscript && echo "kscript is already installed at $(which kscript)" 1>&2
5
curl "https://get.sdkman.io" | bash 1>&2 && \
6
echo_and_eval source "$"SDKMAN_DIR/bin/sdkman-init.sh
7
}
8
+
9
+ sdkman_auto_answer=true
10
11
_in_path kotlin || echo_and_eval sdk install kotlin
12
_in_path gradle || echo_and_eval sdk install gradle
13
echo_and_eval sdk install kscript
0 commit comments