Updating preinstall script

This commit is contained in:
FlUxIuS 2023-01-05 19:33:07 +01:00
parent 2e27be5c55
commit 18e9416fe6

View file

@ -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