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