I hereby claim:
- I am mrdetonia on github.
- I am mrdetonia (https://keybase.io/mrdetonia) on keybase.
- I have a public key ASA2DYCgPnXk7MiWIO1-t6r3IeLvIfG5wXVgy0JbjxfEAwo
To claim this, I am signing this object:
#!/bin/bash | |
# Installs replacement firmware for the QCA6174 wireless chip on Ubuntu 18.04. | |
# Should fix networking on Surface devices after upgrading linux-firmware. | |
set -eu | |
if [ ! -f "./board.bin" ]; then | |
echo "Replacement firmware not found! Downloading..." | |
curl -O "https://www.killernetworking.com/support/K1535_Debian/board.bin" | |
fi |
#!/bin/sh | |
trap '' 2;while :;do read x;echo \?;done |
I hereby claim:
To claim this, I am signing this object: