mirror of
https://github.com/UnRAIDES/unRAID-NerdTools
synced 2025-04-05 18:02:48 +00:00
new pkg_repo path
This commit is contained in:
parent
67ec0ae763
commit
1936f8af9b
|
@ -12,7 +12,7 @@ if (!is_dir($pkg_extra_path))
|
|||
|
||||
|
||||
$pkg_desc = 'https://raw.githubusercontent.com/UnRAIDES/unRAID-NerdTools/main/packages/packages-desc';
|
||||
$pkg_repo = "https://api.github.com/repos/UnRAIDES/unRAID-NerdTools/contents/packages/$os_version";
|
||||
$pkg_repo = "https://api.github.com/repos/UnRAIDES/unRAID-NerdTools/contents/packages/pkgs";
|
||||
$pkg_depends = 'https://raw.githubusercontent.com/UnRAIDES/unRAID-NerdTools/main/packages/packages-depends';
|
||||
|
||||
$desc_file = $pkg_path.'packages-desc';
|
||||
|
|
Loading…
Reference in New Issue
Block a user