From 79e9662185cb2913f5ff193935fcb7f0dea9caff Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Fri, 27 Feb 2026 20:22:48 +0100 Subject: [PATCH] added a new script for dns over tls --- post-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/post-install.sh b/post-install.sh index 654c6f1..f4d6443 100644 --- a/post-install.sh +++ b/post-install.sh @@ -15,4 +15,5 @@ source ./modules/00-library.sh && source ./modules/11-syncthing.sh && source ./modules/12-yazi.sh && source ./modules/13-rust.sh && - source ./modules/14-steam.sh + source ./modules/14-steam.sh && + source ./modules/15-dns-over-tls.sh