Update pymultimonng.sh

This commit is contained in:
RaspbianProyect by HP3ICC 2023-02-22 20:44:37 +00:00
parent 97e372525a
commit d29c511a5e
1 changed files with 9 additions and 3 deletions

View File

@ -2,13 +2,19 @@
# Multimon-ng
#######################################################################################################################
sudo apt-get install python2 -y
sudo apt-get install python-pkg-resources -y
cd /opt
git clone https://github.com/EliasOenal/multimon-ng.git
cd multimon-ng/
mkdir build
cd build
cmake ..
make
sudo make install
cd /opt
git clone https://github.com/asdil12/pymultimonaprs.git
cd pymultimonaprs
sudo python2 setup.py install
#############
cat > /lib/systemd/system/multimon-rtl.service <<- "EOF"