Allstar Ubuntu 16.04 w/MMDVM Bridge

apt-get update
wget http://dvswitch.org/install-allstarlink-repository
chmod +x install-allstarlink-repository
./install-allstarlink-repository
apt-get install linux-headers-uname -r -y
apt-get update
apt-get install allstarlink -y

deb http://apt.allstarlink.org/repos/asl_builds buster main
curl -s http://downloads.allstarlink.org/repos/repo_signing.key | apt-key add -
apt-get update
apt -y install linux-headers-$(uname -r)
apt -y install asl-asterisk
apt -y install allstar-helpers
apt -y install asl-dahdi

wget http://dvswitch.org/buster
chmod +x buster
./buster

apt-get install dvswitch -y

cd /usr/local/bin
wget http://theconnectdesk.com/ham/MMDVM/dmrlink/dmr
chmod +x dmr

cd /tmp
wget http://theconnectdesk.com/ham/MMDVM/dmrlink/ipscbuild
chmod +x ipscbuild
./ipscbuild

git clone https://github.com/HBLink-org/dmr_utils.git
git clone -b IPSC_Bridge http://github.com/HBLink-org/DMRlink.git
git clone -b HB_Bridge https://github.com/HBLink-org/HBlink.git