s
This commit is contained in:
@@ -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() ! {
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user