update version and package repo
This commit is contained in:
@ -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:
|
||||
|
@ -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';
|
||||
|
Reference in New Issue
Block a user