Simple script to add to /etc/rc.local in order to disable AER spam issue on Asus Pro WS WRX80E-SAGE SE WIFI motherboards
NOTE: This was given to us thanks to https://gist.github.com/zekome/35db528b33206e68f18439ad7fabfcd5
This will disable the error spam for each pcie device listed in the ids
array
#!/bin/bash
set -eo pipefail