diff --git a/installer.sh.in b/installer.sh.in index 11d40cc..873c4bf 100644 --- a/installer.sh.in +++ b/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 " \