mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 19:32:44 +01:00
11 lines
183 B
Bash
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
|