From 8ac9d308987bac55f1612e4eb93aec7fa5215acb Mon Sep 17 00:00:00 2001 From: Adam Doyle Date: Sat, 28 Dec 2024 04:38:33 -0500 Subject: [PATCH] one less prompt --- scripts/install_arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_arch b/scripts/install_arch index cea08c9..ac99fbb 100755 --- a/scripts/install_arch +++ b/scripts/install_arch @@ -65,7 +65,7 @@ if [ "$1" -ge 1 ]; then fi if [ ! "$(command -v leptosfmt)" ]; then - cargo binstall leptosfmt + cargo binstall --no-confirm leptosfmt fi fi