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 53794d3 commit a8e3f31Copy full SHA for a8e3f31
1 file changed
scripts/install.sh
@@ -16,11 +16,11 @@ main() {
16
if command -v bun &>/dev/null; then
17
echo " → Using bun"
18
echo ""
19
- bunx "$PACKAGE" setup
+ bunx "$PACKAGE" setup </dev/tty
20
elif command -v npx &>/dev/null; then
21
echo " → Using npx"
22
23
- npx -y "$PACKAGE" setup
+ npx -y "$PACKAGE" setup </dev/tty
24
else
25
echo " ✗ Neither bun nor npx found."
26
0 commit comments