[type/__package_pkgng_freebsd] Set ASSUME_ALWAYS_YES instead of -y

This commit is contained in:
Dennis Camera 2020-12-04 18:26:03 +01:00
parent d44b5cfdc9
commit 2d19856840
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ execcmd(){
esac
if [ -z "${pkg_bootstrapped}" ]; then
echo "pkg bootstrap -y >/dev/null 2>&1"
echo "ASSUME_ALWAYS_YES=yes pkg bootstrap >/dev/null 2>&1"
fi
echo "$_cmd >/dev/null 2>&1" # Silence the output of the command