mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update pymultimonng.sh
This commit is contained in:
parent
97e372525a
commit
d29c511a5e
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue