Explorar o código

Make package update less noisy

bryan %!s(int64=4) %!d(string=hai) anos
pai
achega
1b48fee531
Modificáronse 1 ficheiros con 1 adicións e 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