mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-06-02 11:13:34 -07:00
committed by
Cooper Quintin
parent
047fbc216f
commit
ac33ebaf53
@@ -39,10 +39,9 @@ cd "$BUILD_DIR/libnl-${LIBNL_VERSION}"
|
|||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
--disable-cli \
|
--disable-cli \
|
||||||
--disable-debug \
|
--disable-debug
|
||||||
> /dev/null 2>&1
|
make -j"$(nproc 2>/dev/null || sysctl -n hw.ncpu)"
|
||||||
make -j"$(nproc 2>/dev/null || sysctl -n hw.ncpu)" > /dev/null 2>&1
|
make install
|
||||||
make install > /dev/null 2>&1
|
|
||||||
|
|
||||||
echo "Building wpa_supplicant ${WPA_VERSION}..."
|
echo "Building wpa_supplicant ${WPA_VERSION}..."
|
||||||
cd "$BUILD_DIR"
|
cd "$BUILD_DIR"
|
||||||
|
|||||||
Reference in New Issue
Block a user