We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31051ce commit 64b02a4Copy full SHA for 64b02a4
blazew
@@ -207,7 +207,7 @@ setup_bun() {
207
fi
208
209
mkdir -p "$bun_dir"
210
- 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
211
bun=$(readlink -f "$bun_dir/bin/bun")
212
setup_done=1
213
0 commit comments