From fa4bf243d9966fc973d9d2bf11cc26199505dd1b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 28 Jun 2008 11:05:15 +0200 Subject: bin/pkg: -v --- bin/pkg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/pkg b/bin/pkg index a16f01f..1d747c3 100755 --- a/bin/pkg +++ b/bin/pkg @@ -325,12 +325,14 @@ pkg_remove () { pkg_update () { cd $PDIR + info "Updating package list..." if ([ "$PKG_PROTO" = 'ssh' ]) { - scp $PKG_HOST:$(echo $PKG_ROOT | cut -d / -f 4- | sed 's!~/!!')/.list .list-remote + scp -q $PKG_HOST:$(echo $PKG_ROOT | cut -d / -f 4- | sed 's!~/!!')/.list .list-remote } elif ([ "$PKG_PROTO" = 'file' ]) { cp $PKG_ROOT/.list .list-remote } core/include/pkglist $PDIR + clear_line } pkg_upgrade () { -- cgit v1.2.3