From 8ba156a62bd25b7c021e0e6433e5d40e112f125c Mon Sep 17 00:00:00 2001 From: Raine Date: Sat, 14 Oct 2023 22:38:11 +0200 Subject: [PATCH] fix: add link home step --- sync.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sync.sh b/sync.sh index c3a4b09..593f38a 100644 --- a/sync.sh +++ b/sync.sh @@ -114,5 +114,6 @@ else __step_install_package_list __step_run_system_scripts __step_run_user_scripts + __step_link_home __step_overlay fi