aboutsummaryrefslogtreecommitdiffstats
path: root/installer/debian.sh
diff options
context:
space:
mode:
Diffstat (limited to 'installer/debian.sh')
-rw-r--r--installer/debian.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/installer/debian.sh b/installer/debian.sh
index 764e2c5..d827b56 100644
--- a/installer/debian.sh
+++ b/installer/debian.sh
@@ -153,9 +153,8 @@ git clone https://github.com/mpbraendli/mmbtools-aux.git
echo -e "$GREEN Fetching etisnoop $NORMAL"
git clone https://github.com/Opendigitalradio/etisnoop.git
pushd etisnoop
-mkdir build
-cd build
-cmake ..
+./bootstrap.sh
+./configure
make
sudo make install
popd