mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update emq-TE1Rev8ws.sh
This commit is contained in:
parent
8b1c8ee2f5
commit
b40aa84135
|
|
@ -150,7 +150,23 @@ cmake ..
|
|||
make -j4
|
||||
sudo make install
|
||||
make install-conf
|
||||
#
|
||||
cd /tmp
|
||||
|
||||
rm /usr/local/bin/direwolf
|
||||
|
||||
wget https://github.com/hp3icc/TE1Rev5b/raw/main/direwolf
|
||||
|
||||
cp /tmp/direwolf /usr/local/bin/
|
||||
|
||||
chmod +x /usr/local/bin/direwolf
|
||||
#
|
||||
sudo rm -r /opt/direwolf/build/*
|
||||
cd /opt/direwolf/build
|
||||
cmake ..
|
||||
make -j4
|
||||
sudo make install
|
||||
#####
|
||||
##################################################################
|
||||
#multimon-ng
|
||||
cd /opt
|
||||
|
|
|
|||
Loading…
Reference in New Issue