about summary refs log tree commit diff
diff options
context:
space:
mode:
authorjux1e <styczynski.dawid1@gmail.com>2024-03-06 16:46:51 +0100
committerjux1e <styczynski.dawid1@gmail.com>2024-03-06 16:46:51 +0100
commit0f7f17ed934c80d63c64bd96b542748b7e6f4058 (patch)
tree20cd2419eab3d7f1fcb3574708efb239bb97b7e9
parent73426d1f460cc4b6dffc6388e30e7fdefe57fd7c (diff)
fixed bug with waiting for user input
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 23488d1..eeb9d32 100755
--- a/install.sh
+++ b/install.sh
@@ -29,7 +29,7 @@ elif [ -f /usr/bin/doas ]; then
 fi
 
 # Fedora with the terra repo (Ultramarine) has keyd packaged
-[ $distro = "fedora" ] && dnf info keyd &>> pkg.log && FEDORA_HAS_KEYD=1
+[ $distro = "fedora" ] && dnf info keyd -y&>> pkg.log && FEDORA_HAS_KEYD=1
 
 if ! [ -f /usr/bin/keyd ]; then
     # if keyd isnt installed