diff options
| author | MagomeYae <[email protected]> | 2021-11-05 02:06:22 +0800 |
|---|---|---|
| committer | MagomeYae <[email protected]> | 2021-11-05 02:06:22 +0800 |
| commit | 113bfc894d8da5207235b1c074dac151ce7cf043 (patch) | |
| tree | 5e95a1a1c3b482afc944cccaea86c9a2f159862f /.gitmodules | |
| parent | 72ee591df400ef9dd55db9f093bb9ec0dd034d0c (diff) | |
feat(pkg): Use submodule to manage all unmodified packages
Signed-off-by: MagomeYae <[email protected]>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 539ca97..21b24c6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,12 @@ [submodule "repo/yay"] path = repo/yay url = https://aur.archlinux.org/yay.git +[submodule "repo/chisel"] + path = repo/chisel + url = https://aur.archlinux.org/chisel.git +[submodule "repo/r8125-dkms"] + path = repo/r8125-dkms + url = https://aur.archlinux.org/r8125-dkms.git +[submodule "repo/mozjpeg"] + path = repo/mozjpeg + url = https://aur.archlinux.org/mozjpeg.git |
