Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ touch "$LOG_FILE"
. install/libinstall.sh
. "$BASEPATH/nsti/etc/nsti.py"

PREREQS="$mysql $mysql-devel $mysql-server httpd gcc wget make tar snmptt net-snmp net-snmp-utils net-snmp-perl mod_wsgi python-devel epel-release"
PREREQS="$mysql $mysql-devel $mysql-server httpd gcc wget make tar snmptt net-snmp net-snmp-utils net-snmp-perl mod_wsgi python-devel python-pip epel-release"

# Check to make sure the prereqs are met.
. install/prereqs.sh | tee --append "$LOG_FILE"
Expand Down