From 0021b159b2dec3f37a7542fca8448f302b482ea3 Mon Sep 17 00:00:00 2001 From: Dalosuuu Date: Fri, 4 Apr 2025 04:41:16 -0400 Subject: [PATCH] Fix --- layout_manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout_manager.sh b/layout_manager.sh index 1f97498..6c90493 100755 --- a/layout_manager.sh +++ b/layout_manager.sh @@ -73,8 +73,8 @@ if [ ${#MISSING_DEPENDENCIES[@]} -gt 0 ]; then else echo "Skipping installation of dependencies. The script may not work as expected." exit 1 + fi fi - # #} if [ -z "$XDG_CONFIG_HOME" ]; then