Merge branch 'development' into development_bizmodel
# Conflicts: # cli/hero.v # install_hero.sh
This commit is contained in:
@@ -45,7 +45,8 @@ fn upload() ! {
|
|||||||
|
|
||||||
fn install() ! {
|
fn install() ! {
|
||||||
console.print_header('install bun')
|
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() ! {
|
fn destroy() ! {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ module bun
|
|||||||
import freeflowuniverse.herolib.data.paramsparser
|
import freeflowuniverse.herolib.data.paramsparser
|
||||||
import os
|
import os
|
||||||
|
|
||||||
pub const version = '1.2.2'
|
pub const version = '1.2.3'
|
||||||
const singleton = true
|
const singleton = true
|
||||||
const default = true
|
const default = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user