From f2cf8220dee4304a65e1cd4b5cffdca47ffb539e Mon Sep 17 00:00:00 2001 From: Andrew Bird Date: Thu, 30 Dec 2021 15:45:05 +0000 Subject: [PATCH] Build: Add country submodule --- .gitmodules | 3 +++ country | 1 + 2 files changed, 4 insertions(+) create mode 160000 country diff --git a/.gitmodules b/.gitmodules index 2c274a4..77e0176 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,6 @@ path = share url = https://github.com/FDOS/share.git ignore = untracked +[submodule "country"] + path = country + url = https://github.com/FDOS/country.git diff --git a/country b/country new file mode 160000 index 0000000..a9b2d3c --- /dev/null +++ b/country @@ -0,0 +1 @@ +Subproject commit a9b2d3c1745e931d1a1dc9371bf3212ce6a8b519