From 00ac77765ca0f74d769b0046179dc5f6cec849b7 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 21 Oct 2016 09:15:33 -0600 Subject: [PATCH] Add installer --- .gitmodules | 3 +++ installer | 1 + 2 files changed, 4 insertions(+) create mode 160000 installer diff --git a/.gitmodules b/.gitmodules index af4ee9a..9e8520f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,3 +49,6 @@ [submodule "programs/pkgutils"] path = programs/pkgutils url = https://github.com/redox-os/pkgutils.git +[submodule "installer"] + path = installer + url = https://github.com/redox-os/installer.git diff --git a/installer b/installer new file mode 160000 index 0000000..e0acd54 --- /dev/null +++ b/installer @@ -0,0 +1 @@ +Subproject commit e0acd5454e5d5703366502357f8808148cd8d693