about summary refs log tree commit diff
path: root/installer.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'installer.sh.in')
-rw-r--r--installer.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer.sh.in b/installer.sh.in
index e9b9afa..969953f 100644
--- a/installer.sh.in
+++ b/installer.sh.in
@@ -1333,7 +1333,7 @@ menu() {
         DEFITEM="Keyboard"
     fi
 
-    if xbps-uhelper arch | grep '-musl$'; then
+    if xbps-uhelper arch | grep '-musl$' > /dev/null; then
         DIALOG --default-item $DEFITEM \
             --extra-button --extra-label "Settings" \
             --title " Void Linux installation menu " \