Add required programs for first time install

This commit is contained in:
Steve N4IRS 2017-12-07 13:35:54 -05:00
parent d5983e0955
commit 689b0aaa5a
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
#! /bin/bash
# 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
test -e ./setup.py || exit 1
apt-get install python-dev
pip install --upgrade .