From e2afe0aa195cd9a5274c4c68e8c585c19bc1a235 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 7 May 2024 20:05:38 +0300 Subject: [PATCH] add the symlink which I was thinking of when adding the submodule --- .gitignore | 1 + submodules/shell-things | 2 +- traditional-resolv.conf-generate.bash | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 traditional-resolv.conf-generate.bash diff --git a/.gitignore b/.gitignore index 83c50a9..fbdb01c 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ ssh resolv.conf-generate.bash systemd-resolv.conf-generate.bash systemd-resolv.conf-restore.bash +traditional-resolv.conf-generate.bash diff --git a/submodules/shell-things b/submodules/shell-things index 8fe31b9..3b5434e 160000 --- a/submodules/shell-things +++ b/submodules/shell-things @@ -1 +1 @@ -Subproject commit 8fe31b9e641c86f6f8bef1fbaf5685c27164c367 +Subproject commit 3b5434eb1de25d27492c28da6b32a1cb191397e8 diff --git a/traditional-resolv.conf-generate.bash b/traditional-resolv.conf-generate.bash new file mode 120000 index 0000000..c53abc2 --- /dev/null +++ b/traditional-resolv.conf-generate.bash @@ -0,0 +1 @@ +submodules/shell-things/etc/traditional-resolv.conf-generate.bash \ No newline at end of file