From 718c07e7f1a0939cf2ffb23f49fd8b540df1932e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 30 Apr 2024 20:08:23 +0300 Subject: [PATCH] bash: add symlinks to systemd-resolv.conf-{generate,restore}.bash --- bash/.gitignore | 2 ++ bash/systemd-resolv.conf-generate.bash | 1 + bash/systemd-resolv.conf-restore.bash | 1 + 3 files changed, 4 insertions(+) create mode 120000 bash/systemd-resolv.conf-generate.bash create mode 120000 bash/systemd-resolv.conf-restore.bash diff --git a/bash/.gitignore b/bash/.gitignore index abbbe5f..3ffdc7f 100644 --- a/bash/.gitignore +++ b/bash/.gitignore @@ -17,3 +17,5 @@ init-browser-policies.bash tlp-masker.bash update-font-cache.bash resolv.conf-generate.bash +systemd-resolv.conf-generate.bash +systemd-resolv.conf-restore.bash diff --git a/bash/systemd-resolv.conf-generate.bash b/bash/systemd-resolv.conf-generate.bash new file mode 120000 index 0000000..a1fed92 --- /dev/null +++ b/bash/systemd-resolv.conf-generate.bash @@ -0,0 +1 @@ +../submodules/shell-things/etc/systemd-resolv.conf-generate.bash \ No newline at end of file diff --git a/bash/systemd-resolv.conf-restore.bash b/bash/systemd-resolv.conf-restore.bash new file mode 120000 index 0000000..af5697a --- /dev/null +++ b/bash/systemd-resolv.conf-restore.bash @@ -0,0 +1 @@ +../submodules/shell-things/etc/systemd-resolv.conf-restore.bash \ No newline at end of file