Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ded4a0b102 | |||
| 6184441706 | |||
| 5263798b11 | |||
| 29c2fccbe5 | |||
| 975c07fc2e |
@@ -51,7 +51,7 @@ fn do() ! {
|
||||
mut cmd := Command{
|
||||
name: 'hero'
|
||||
description: 'Your HERO toolset.'
|
||||
version: '1.0.17'
|
||||
version: '1.0.19'
|
||||
}
|
||||
|
||||
// herocmds.cmd_run_add_flags(mut cmd)
|
||||
|
||||
@@ -4,7 +4,7 @@ set -e
|
||||
|
||||
os_name="$(uname -s)"
|
||||
arch_name="$(uname -m)"
|
||||
version='1.0.17'
|
||||
version='1.0.19'
|
||||
|
||||
|
||||
# Base URL for GitHub releases
|
||||
|
||||
@@ -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