]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fwget: fix installing multiple firmware files
authorBjoern A. Zeeb <bz@FreeBSD.org>
Tue, 15 Aug 2023 20:29:03 +0000 (20:29 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Fri, 18 Aug 2023 01:22:22 +0000 (01:22 +0000)
commit214e3e09b3381e44bf5d9c1dcd19c4b1b923a796
tree7aaa26c2f0b4dc0bbc09f5936bc574395f47c2d1
parentb80ea452375f52a3ab7d82a9aef10da0d89985d9
fwget: fix installing multiple firmware files

Remove quotes around the list of packages to install.
Otherwise pkg is only fed one argument which results in a
non-working solution:
pkg: No packages available to install matching 'wifi-firmware-ath10k-kmod wifi-firmware-mt76-kmod wifi-firmware-ath11k-kmod' have been found in the repositories

MFC after: 10 days
Reviewed by: manu
Differential Revision: https://reviews.freebsd.org/D41474
usr.sbin/fwget/fwget.sh