Explorar o código

installer.sh.in: fix check for *-musl arch

huglovefan %!s(int64=6) %!d(string=hai) anos
pai
achega
bb38cc21a2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      installer.sh.in

+ 1 - 1
installer.sh.in

@@ -1360,7 +1360,7 @@ menu() {
         DEFITEM="Keyboard"
     fi
 
-    if xbps-uhelper arch | grep '-musl$' > /dev/null; then
+    if xbps-uhelper arch | grep -qe '-musl$'; then
         DIALOG --default-item $DEFITEM \
             --extra-button --extra-label "Settings" \
             --title " Void Linux installation menu " \