From 44eb727dc537403be092326639a5b7c6d7182146 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sat, 2 May 2026 08:38:13 +0000 Subject: fixed like half of everything idk, you can install stuff now --- src/update_all.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/update_all.cc') diff --git a/src/update_all.cc b/src/update_all.cc index 5af2e67..6f55543 100644 --- a/src/update_all.cc +++ b/src/update_all.cc @@ -1,11 +1,12 @@ #include "update_all.hh" #include "create_pkg.hh" +#include "lua_state.hh" #include "update_pkg.hh" #include "vars.hh" void update_all() { - for (auto repo : repos) { - Pkg pkg = create_pkg(repo.second); + for (auto repo : cached_repos) { + Pkg pkg = create_pkg(repo.second.source.value); update_pkg(pkg); } } -- cgit v1.2.3