From 830fe5bd2d5ca50fa5b8a58f3dfcd5b17e126774 Mon Sep 17 00:00:00 2001 From: Steve N4IRS Date: Tue, 20 Jun 2017 08:46:58 -0400 Subject: [PATCH] Replace setup required --- mk-dmrlink | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/mk-dmrlink b/mk-dmrlink index d03317b..d5861b7 100755 --- a/mk-dmrlink +++ b/mk-dmrlink @@ -12,6 +12,19 @@ echo "" # Application # ################################################# +# Install the required support programs + apt-get install unzip -y + apt-get install python-dev -y + apt-get install python-pip -y + apt-get install python-twisted -y + pip install bitstring + pip install bitarray + + cd /opt + git clone https://github.com/n0mjs710/dmr_utils.git + cd dmr_utils/ + pip install . + echo "Required programs installed, continuing" # To allow multiple instances of DMRlink to run