Skip to content

Commit

Permalink
build(blazew): update script debug mode
Browse files Browse the repository at this point in the history
Signed-off-by: Ar Rakin <[email protected]>
  • Loading branch information
virtual-designer committed Jul 9, 2024
1 parent 31051ce commit 64b02a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blazew
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ setup_bun() {
fi

mkdir -p "$bun_dir"
export BUN_INSTALL="$bun_dir" && export PATH="$BUN_INSTALL":"$PATH":"$BUN_INSTALL" && export SHELL=blazew && curl -fsSL https://bun.sh/install | bash -x $args > /dev/null 2>&1
export BUN_INSTALL="$bun_dir" && export PATH="$BUN_INSTALL":"$PATH":"$BUN_INSTALL" && export SHELL=blazew && curl -fsSL https://bun.sh/install | bash $args > /dev/null 2>&1
bun=$(readlink -f "$bun_dir/bin/bun")
setup_done=1

Expand Down

0 comments on commit 64b02a4

Please sign in to comment.