Update emq-TE1Rev8ws.sh

This commit is contained in:
hp3icc 2021-05-27 17:34:24 -05:00 committed by GitHub
parent 8b1c8ee2f5
commit b40aa84135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

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