Skip to content

Commit 4e40145

Browse files
committed
don't ask for confirmation when boostrapping dependencies
1 parent bbc3322 commit 4e40145

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

misc/boostrap_header.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ _in_path kscript && echo "kscript is already installed at $(which kscript)" 1>&2
55
curl "https://get.sdkman.io" | bash 1>&2 && \
66
echo_and_eval source "$"SDKMAN_DIR/bin/sdkman-init.sh
77
}
8+
9+
sdkman_auto_answer=true
10+
811
_in_path kotlin || echo_and_eval sdk install kotlin
912
_in_path gradle || echo_and_eval sdk install gradle
1013
echo_and_eval sdk install kscript

0 commit comments

Comments
 (0)