Replace setup required
This commit is contained in:
parent
942e26348b
commit
830fe5bd2d
13
mk-dmrlink
13
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
|
||||
|
Loading…
Reference in New Issue
Block a user