Skip to content

Commit 8c38920

Browse files
authored
Update instal.sh
1 parent 7b30630 commit 8c38920

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

hostapd/instal.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#!/bin/bash
22

3-
# update repositori linux
4-
apt-get update -y
5-
63
# list dependensi
74
dependensi=(
85
"build-essential"
@@ -19,6 +16,8 @@ for d in "${dependensi[@]}"; do
1916
done
2017

2118
tar -zxf hostapd-2.11.tar.gz
22-
cd hostapd-2.11/hostapd
19+
cd hostapd-2.11
20+
patch -p1 < pmkid.patch
21+
cd hostapd
2322
make -j$(nproc)
2423
make install SBINDIR=/usr/sbin BINDIR=/usr/sbin

0 commit comments

Comments
 (0)