We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4180b8 commit da05643Copy full SHA for da05643
reflex-examples
@@ -0,0 +1 @@
1
+Subproject commit f890fd45527256ab2fc9121480414f00269b2032
scripts/bun_install.sh
@@ -142,7 +142,7 @@ if [[ ! -d $bin_dir ]]; then
142
error "Failed to create install directory \"$bin_dir\""
143
fi
144
145
-curl --fail --location --progress-bar --output "$exe.zip" "$bun_uri" ||
+wget --quiet --show-progress --output-document="$exe.zip" "$bun_uri" ||
146
error "Failed to download bun from \"$bun_uri\""
147
148
unzip -oqd "$bin_dir" "$exe.zip" ||
0 commit comments