aports/testing/xone-src/xone-src.post-install
2025-12-12 18:34:47 +00:00

11 lines
183 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 (requires bash).
*
EOF
exit 0