浏览代码

installer: do not echo grep result

Enno Boland 7 年之前
父节点
当前提交
84b26c5ef4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      installer.sh.in

+ 1 - 1
installer.sh.in

@@ -1345,7 +1345,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 " \