Replace setup required

This commit is contained in:
Steve N4IRS 2017-06-20 08:46:58 -04:00
parent 942e26348b
commit 830fe5bd2d
1 changed files with 13 additions and 0 deletions

View File

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