Add script for required

chmod +x mk-required
This commit is contained in:
Steve Zingman 2017-06-24 19:02:09 -04:00 committed by GitHub
parent e66e352e17
commit 2c850bfb8e
1 changed files with 10 additions and 0 deletions

10
mk-required Normal file
View File

@ -0,0 +1,10 @@
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 --upgrade .