script to download and extract hostapd
This commit is contained in:
parent
ec6809b552
commit
bc5dea6016
5
src/contrib/install_hostapd.sh
Normal file
5
src/contrib/install_hostapd.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
wget https://w1.fi/releases/hostapd-2.10.tar.gz
|
||||
tar xzvf hostapd-2.10.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user