From ed78991edc4755c0276dcb4eb454b43fa38296fc Mon Sep 17 00:00:00 2001 From: dacctal Date: Fri, 3 Apr 2026 14:56:05 +0000 Subject: countless changes --- src/update_all.cc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/update_all.cc (limited to 'src/update_all.cc') diff --git a/src/update_all.cc b/src/update_all.cc new file mode 100644 index 0000000..5af2e67 --- /dev/null +++ b/src/update_all.cc @@ -0,0 +1,11 @@ +#include "update_all.hh" +#include "create_pkg.hh" +#include "update_pkg.hh" +#include "vars.hh" + +void update_all() { + for (auto repo : repos) { + Pkg pkg = create_pkg(repo.second); + update_pkg(pkg); + } +} -- cgit v1.2.3