update version and package repo

This commit is contained in:
Derek Macias
2016-01-24 22:29:20 -07:00
parent 4a5561d4ca
commit 58e5d0470e
5 changed files with 185 additions and 173 deletions

View File

@ -15,5 +15,5 @@ NerdPack: Supports: apr, apt-util, bwm-ng, cpio, git, iftop, inotify, iotop,
NerdPack: iperf, kbd, lftp, lshw, neon, p7zip, perl, python, readline, screen,
NerdPack: sshfs-fuse, strace, subversion, unrar, utempter, vim
NerdPack:
NerdPack: plugin: https://github.com/dmacias72/unRAID-plugins
NerdPack: packages: https://github.com/eschultz/unraid6-nerdpack
NerdPack: https://github.com/dmacias72/unRAID-plugins
NerdPack:

View File

@ -3,7 +3,7 @@ $plg_path = '/boot/config/plugins/NerdPack/'; // plugin path
$pkg_path = $plg_path.'packages/'; // package path
$pkg_desc = 'https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/packages-desc';
$pkg_repo = 'https://api.github.com/repos/eschultz/unraid6-nerdpack/contents/packages';
$pkg_repo = 'https://api.github.com/repos/dmacias72/unRAID-plugins/contents/packages';
$desc_file = $pkg_path.'packages-desc';
$repo_file = $pkg_path.'packages.json';