mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-18 22:32:28 +01:00
https://github.com/medusalix/xone Linux kernel driver for Xbox One and Xbox Series X|S accessories
11 lines
167 B
Bash
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
|