This commit is contained in:
2025-02-22 19:03:45 +03:00
parent 29c2fccbe5
commit 5263798b11
2 changed files with 3 additions and 2 deletions

View File

@@ -45,7 +45,8 @@ fn upload() ! {
fn install() ! {
console.print_header('install bun')
osal.exec(cmd: 'curl -fsSL https://bun.sh/install | bash')!
destroy()!
osal.exec(cmd: 'unset BUN_INSTALL && curl -fsSL https://bun.sh/install | bash')!
}
fn destroy() ! {

View File

@@ -3,7 +3,7 @@ module bun
import freeflowuniverse.herolib.data.paramsparser
import os
pub const version = '1.2.2'
pub const version = '1.2.3'
const singleton = true
const default = true