aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fwget/fwget.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fwget/fwget.sh')
-rw-r--r--usr.sbin/fwget/fwget.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/fwget/fwget.sh b/usr.sbin/fwget/fwget.sh
index 89177d936107..2d5ad8adffd8 100644
--- a/usr.sbin/fwget/fwget.sh
+++ b/usr.sbin/fwget/fwget.sh
@@ -122,4 +122,4 @@ if [ "${DRY_RUN}" = "y" ]; then
exit 0
fi
-pkg install -q ${packages}
+pkg install -qy ${packages}