From 0ab3e0535c08db0f887fe0ed703fdd711df2a887 Mon Sep 17 00:00:00 2001 From: Chagara Date: Thu, 7 Jul 2016 18:46:41 -0400 Subject: [PATCH] : --- docs/centos.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/centos.md b/docs/centos.md index 22b4e1dc5..7dfc39ad4 100644 --- a/docs/centos.md +++ b/docs/centos.md @@ -9,11 +9,6 @@ This guide documents the process of installing NetBox on RHEL/Centos 7 server w ## Installation The following packages are needed to install PostgreSQL: - -* postgresql -* libpq-dev -* python-psycopg2 - ``` # yum localinstall https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-7-x86_64/pgdg-centos95-9.5-2.noarch.rpm # yum install postgresql95-server postgresql95-devel python-psycopg2 -y