KissTncAX25/install.sh

25 lines
419 B
Bash
Raw Normal View History

2022-08-24 07:32:07 +02:00
#!/bin/bash
#CM108
apt install libasound2-dev libudev-dev
# gpsd
#apt-get install gpsdlibgps-dev
#
# hamlib
#apt-get install automake libtool texinfo
#git clone git://hamlib.git.sourceforge.net/gitroot/hamlib/hamlib
#cd hamlib
#sh autogen.sh
#make
#make check
#make install
#
git clone https://www.github.com/wb2osz/direwolf
cd direwolf
make
sudo make install
make install-conf
#Pour Les Tools AX25
apt install ax25*