From 31e08ecae149f721f209343187b04ac06e6b89d5 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Mon, 22 Jan 2018 14:12:38 -0800 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index ee2eca8..eb1cca1 100644 --- a/Installation.md +++ b/Installation.md @@ -47,7 +47,7 @@ PlexPy will be installed to `/usr/local/share/plexpy`. * Open a terminal * Install pre-requisites: -`sudo pkg install python2 databases/py-sqlite3 security/py-openssl security/ca_root_nss git` +`sudo pkg install python2 py27-sqlite3 py27-openssl security/ca_root_nss git` * Type: `cd /usr/local/share/` * Type: `sudo git clone https://github.com/JonnyWong16/plexpy.git` * Fix permissions: @@ -70,7 +70,7 @@ PlexPy will be installed to `/usr/local/share/plexpy`. * Create a new jail for PlexPy (you can also install it within the PMS jail if you wish) * Open the jail shell. * Install pre-requisites: -`pkg install python2 databases/py-sqlite3 security/py-openssl security/ca_root_nss git` +`pkg install python2 py27-sqlite3 py27-openssl security/ca_root_nss git` * Type: `cd /usr/local/share/` * Type: `git clone https://github.com/JonnyWong16/plexpy.git` * Fix permissions: