fwget: Always install packages

This wasn't done before as -y wasn't added to the pkg install line.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
This commit is contained in:
Emmanuel Vadot 2023-06-14 09:17:55 +02:00
parent 171a7bbfc0
commit 624f956bd9

View file

@ -122,4 +122,4 @@ if [ "${DRY_RUN}" = "y" ]; then
exit 0
fi
pkg install -q ${packages}
pkg install -qy ${packages}