From 18e9416fe680aec9e643f82ca65f88425e683059 Mon Sep 17 00:00:00 2001 From: FlUxIuS Date: Thu, 5 Jan 2023 19:33:07 +0100 Subject: [PATCH] Updating preinstall script --- preinstall.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/preinstall.sh b/preinstall.sh index 5eabcce..f25281f 100755 --- a/preinstall.sh +++ b/preinstall.sh @@ -28,6 +28,7 @@ git submodule update ./autogen.sh ./configure make -j$(nproc) +sudo make install cd ../ # Installing liba53 @@ -36,6 +37,17 @@ cd liba53 make && make install cd .. +# Installing smqueue +git clone https://github.com/PentHertz/smqueue.git +cd smqueue +git submodule init +git submodule update +./autogen.sh +./configure +make -j$(nproc) +sudo make install +cd ../ + # Installing OpenBTS #./autogen.sh #./configure --with-uhd