about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeirdTreeThing <bradyn127@protonmail.com>2024-03-06 11:11:10 -0500
committerGitHub <noreply@github.com>2024-03-06 11:11:10 -0500
commit160bbc0e8133e11de6c20eaf508070c6b96d3772 (patch)
tree20cd2419eab3d7f1fcb3574708efb239bb97b7e9
parent73426d1f460cc4b6dffc6388e30e7fdefe57fd7c (diff)
parent0f7f17ed934c80d63c64bd96b542748b7e6f4058 (diff)
Merge pull request #15 from jux1e/main
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