This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| #set -x | |
| # Help text for each firmware package | |
| declare -A FW_HELP=( | |
| [linux-firmware-radeon]="Firmware for ATI Radeon GPUs" | |
| [linux-firmware-amdgpu]="Firmware for AMD Radeon GPUs" | |
| [linux-firmware-intel]="Firmware for Intel graphics, WiFi, Bluetooth" | |
| [linux-firmware-nvidia]="Firmware for NVIDIA GPUs" | |
| [linux-firmware-broadcom]="Firmware for Broadcom and Cypress network adapters" |