aports/testing/xone-src/xone-src.post-install
Umar Getagazov ac46524ebf testing/xone-src: new aport
https://github.com/medusalix/xone
Linux kernel driver for Xbox One and Xbox Series X|S accessories
2022-03-23 18:15:20 +00:00

11 lines
167 B
Bash

#!/bin/sh
cat >&2 <<EOF
*
* If you want to use the wireless dongle, download the binary firmware blob
* from Microsoft by running xone-get-firmware.sh.
*
EOF
exit 0