installer: do not echo grep result
This commit is contained 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 " \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user