Skip to content

Commit da05643

Browse files
committed
use wget instead of curl
1 parent e4180b8 commit da05643

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

reflex-examples

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit f890fd45527256ab2fc9121480414f00269b2032

scripts/bun_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ if [[ ! -d $bin_dir ]]; then
142142
error "Failed to create install directory \"$bin_dir\""
143143
fi
144144

145-
curl --fail --location --progress-bar --output "$exe.zip" "$bun_uri" ||
145+
wget --quiet --show-progress --output-document="$exe.zip" "$bun_uri" ||
146146
error "Failed to download bun from \"$bun_uri\""
147147

148148
unzip -oqd "$bin_dir" "$exe.zip" ||

0 commit comments

Comments
 (0)