From bc5dea6016d358214220fac8c3331baf8978345c Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Wed, 7 Sep 2022 16:40:24 +0200 Subject: [PATCH] script to download and extract hostapd --- src/contrib/install_hostapd.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/contrib/install_hostapd.sh 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 +