Skip to content

Installation

NNScripts edited this page Apr 2, 2013 · 2 revisions

nn-custom-scripts need to be placed in a subdirectory of "misc" (for example "newznab_root/misc/nnscripts")
The most easy way to install these scripts is to clone this repository from within the misc directory.

Guide:

Enter the misc directory (from the root of your newznab installation):

cd misc

Run the following command to clone the nn-custom-scripts repository:

git clone git://github.com/NNScripts/nn-custom-scripts.git nnscripts

When the cloning process is done, a directory called "nnscripts" is created containing the scripts.
After the configuration of the scripts you are good to go.

Clone this wiki locally