diff --git a/pkgupdate b/pkgupdate index 53f718f..8e331eb 100755 --- a/pkgupdate +++ b/pkgupdate @@ -67,7 +67,7 @@ do_http() { } do_https() { - echo "Updating using $1 protocol" + silent "Updating using $1 protocol" check_cache pkg_add -u 2>&1 | grep -v "^Couldn't find updates for " }