From a6ee57bd2612b67cc3c30cb9ac94b0d0b0339e2f Mon Sep 17 00:00:00 2001 From: Steve Zingman N4IRS Date: Thu, 3 Dec 2015 09:35:25 -0500 Subject: [PATCH] Enable bitstring install --- mk_dmrlink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk_dmrlink b/mk_dmrlink index 991e21f..a14d45f 100755 --- a/mk_dmrlink +++ b/mk_dmrlink @@ -32,7 +32,7 @@ cd /opt/dmrlink wget https://pypi.python.org/packages/source/b/bitstring/bitstring-3.1.3.zip unzip bitstring-3.1.3.zip cd bitstring-3.1.3 -# python setup.py install +python setup.py install cd /opt/dmrlink rm bitstring-3.1.3.zip