Explorar el Código

Make package update less noisy

bryan hace 4 años
padre
commit
1b48fee531
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -626,7 +626,7 @@ EOF'
         fi
 
         # Update package list
-        if ! _pkg_update; then
+        if ! _pkg_update > /dev/null 2>&1; then
             err "Package update failed!"
             exit 1
         fi