From 2b61afc00dbdb11d1037a675f4a58fa3eb4d3d04 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Tue, 11 Nov 2025 14:11:42 +0100 Subject: [PATCH] removed the unknown graphics script as it is baked in the base script --- post-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/post-install.sh b/post-install.sh index 5908a02..f4e4bb1 100644 --- a/post-install.sh +++ b/post-install.sh @@ -11,5 +11,4 @@ source ./modules/00-library.sh && source ./modules/08-gnome.sh && source ./modules/09-kitty.sh && source ./modules/10-tmux.sh && - source ./modules/11-syncthing.sh && - source ./modules/12-graphics.sh + source ./modules/11-syncthing.sh