Merge branch 'development' into development_bizmodel

# Conflicts:
#	cli/hero.v
#	install_hero.sh
This commit is contained in:
2025-02-27 06:36:16 -07:00
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