diff --git a/src/contrib/install_hostapd.sh b/src/contrib/install_hostapd.sh new file mode 100644 index 00000000..a412810d --- /dev/null +++ b/src/contrib/install_hostapd.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +wget https://w1.fi/releases/hostapd-2.10.tar.gz +tar xzvf hostapd-2.10.tar.gz +