Skip to content

Commit

Permalink
Fixing kismet install
Browse files Browse the repository at this point in the history
  • Loading branch information
FlUxIuS committed Feb 24, 2025
1 parent 94f0b15 commit b90ae09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfiles/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ else
build_and_push = $(build_and_push_local)
endif


#
# Specific build targets using the chosen function
common:
Expand Down
2 changes: 1 addition & 1 deletion scripts/rf_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function kismet_soft_install() {
goodecho "[+] Installing Kismet"
installfromnet "git clone https://www.kismetwireless.net/git/kismet.git"
cd kismet
./configure --enable-bladerf --enable-wifi-coconut --enable-btgeiger --enable-prelude --enable_python_tools
./configure --enable-bladerf --enable-wifi-coconut --enable-btgeiger --enable-prelude --enable-python-tools
make
make -j$(nproc)
make suidinstall
Expand Down

0 comments on commit b90ae09

Please sign in to comment.