From d6bc440dc5e7e6403bd323f11da6812f37e5a38a Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 8 Nov 2025 21:51:26 +0100 Subject: [PATCH] added syncthing installation & configuration --- post-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/post-install.sh b/post-install.sh index 8739caf..4b643c7 100644 --- a/post-install.sh +++ b/post-install.sh @@ -10,4 +10,5 @@ source ./modules/00-library.sh \ && source ./modules/07-services.sh \ && source ./modules/08-gnome.sh \ && source ./modules/09-kitty.sh \ - && source ./modules/10-tmux.sh + && source ./modules/10-tmux.sh \ + && source ./modules/11-syncthing.sh