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 e625119 commit 73cb1e7Copy full SHA for 73cb1e7
src/main/kotlin/kscript/app/Kscript.kt
@@ -81,8 +81,9 @@ fun main(args: Array<String>) {
81
// create update script
82
val updateScript = File(KSCRIPT_CACHE_DIR, "self_update.sh").apply {
83
writeText("""
84
- source ${"$"}{HOME}/.bash_profile
85
- sdk --help
+ #!/usr/bin/env bash
+ # source ${"$"}{HOME}/.bash_profile
86
+ # sdk --help
87
sdkman_auto_answer=true && sdk install kscript
88
""".trimIndent())
89
setExecutable(true)
0 commit comments