From 1c98ae885626267a880e6a43a7fbdbddc493ef63 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Sat, 2 Nov 2024 15:07:23 +0000 Subject: [PATCH] add package manager submodule --- .gitmodules | 3 +++ sys/ropkg | 1 + 2 files changed, 4 insertions(+) create mode 160000 sys/ropkg diff --git a/.gitmodules b/.gitmodules index bd45e82..7f6b32e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "kernel"] path = kernel url = git@github.com:washh/mango.git +[submodule "sys/ropkg"] + path = sys/ropkg + url = git@github.com:washh/ropkg.git diff --git a/sys/ropkg b/sys/ropkg new file mode 160000 index 0000000..abf86b1 --- /dev/null +++ b/sys/ropkg @@ -0,0 +1 @@ +Subproject commit abf86b1733040dff0903d8c08e90c9ccd46d2de7