From 7920a325c5b06e7afcbbdebf303cb5373051fbcb Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 4 Aug 2022 00:24:43 +0100 Subject: pm --- pm.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pm.lua b/pm.lua index f50cb0c..381ff21 100644 --- a/pm.lua +++ b/pm.lua @@ -111,5 +111,8 @@ local function dl(pkgname) end -return {manifest=manifest,rd=recursive_depsof,rf=recursive_filesof,dl=dl,cc=clear_cache} ---dl(arg[1]) +--return {manifest=manifest,rd=recursive_depsof,rf=recursive_filesof,dl=dl,cc=clear_cache} + +for i=1,#arg do + dl(arg[i]) +end -- cgit v1.2.3