diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-07-04 09:18:45 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-07-04 09:18:45 +0000 |
| commit | 23ac5cee1ab80c71058c6831e7275e08e10029b9 (patch) | |
| tree | 387d4f453587fd3f80e1cb34982c294f81919371 /src/lua_install.c | |
| parent | e11533e41129b7a4f52664d40546a9053a5187cd (diff) | |
add checkpoint!
Diffstat (limited to 'src/lua_install.c')
| -rw-r--r-- | src/lua_install.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lua_install.c b/src/lua_install.c index dc09c3e..1c240d4 100644 --- a/src/lua_install.c +++ b/src/lua_install.c @@ -23,6 +23,7 @@ #include "pkgit_lua.h" +#include "add_repo.h" #include "build.h" #include "files.h" #include "globs.h" @@ -169,7 +170,7 @@ void pkg_install(package_t *pkg) { if (!repo_exists) { log_info("adding " GREEN "%.*s" COLOR_RESET , &pkg->name); if (pkg->url.len > 0) { - add_repo(pkg->url, pkg->name); + add_repo(pkg); log_info("added " GREEN "%.*s" COLOR_RESET , &pkg->name); } } else { |
