Browse Source

Make package update less noisy

bryan 4 năm trước cách đây
mục cha
commit
1b48fee531
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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